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