Skip to content

Commit

Permalink
Bump actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Jan 7, 2025
1 parent a54aad1 commit 7c1c17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
# Run even if a previous step fails:
if: always()
with:
name: report
Expand Down

0 comments on commit 7c1c17e

Please sign in to comment.