Skip to content

Commit

Permalink
lower downoload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Mar 28, 2024
1 parent 2616f81 commit 6392b30
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6392b30

Please sign in to comment.