From 6392b30f8f026def14c7a957b3c915197e5772f8 Mon Sep 17 00:00:00 2001 From: Ivan Gagarinov Date: Thu, 28 Mar 2024 14:17:27 +0500 Subject: [PATCH] lower downoload artifact --- .github/workflows/test.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edaf1f5..c044d93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,11 +34,9 @@ jobs: needs: e2e runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: - name: | - test-results.zip - - uses: actions/download-artifact@v4 + name: test-results + - uses: actions/download-artifact@v3 with: - name: | - test-data.zip + name: test-data