Skip to content

Commit

Permalink
Merge pull request #43 from UniversityOfHelsinkiCS/renovate/major-git…
Browse files Browse the repository at this point in the history
…hub-artifact-actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
AleksTeresh authored Aug 2, 2024
2 parents 1a4c52e + 8ec3c28 commit 2e08265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: failure()
run: docker compose -f docker-compose.ci.yml logs

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 2e08265

Please sign in to comment.