Skip to content

Commit

Permalink
Upgrade upload-artifact to v4 (#299)
Browse files Browse the repository at this point in the history
Fix the CI workflow

Signed-off-by: Jan Vilimek <[email protected]>
  • Loading branch information
jvilimek authored Feb 10, 2025
1 parent 1984fbb commit 143e210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload e2e tests result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: e2e-test-report
path: e2e-test-report/
retention-days: 30
include-hidden-files: true

0 comments on commit 143e210

Please sign in to comment.