Skip to content

Commit

Permalink
Merge pull request #205 from jbrunton/renovate-major-github-artifact-…
Browse files Browse the repository at this point in the history
…actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
jbrunton authored Sep 9, 2024
2 parents 740dbf0 + 7cbde54 commit d2de57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
npx --yes wait-on tcp:5173
- name: Run Playwright tests
run: pnpm run test:e2e
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit d2de57f

Please sign in to comment.