Skip to content

Commit

Permalink
Merge pull request #25 from kimulaco/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
kimulaco committed Dec 17, 2023
2 parents e8d5f6f + ea8a571 commit e7c405d
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 @@ -64,7 +64,7 @@ jobs:
- run: pnpm install
- run: pnpm exec playwright install --with-deps
- 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 e7c405d

Please sign in to comment.