Skip to content

Commit

Permalink
ci: update upload-artifact action to v4
Browse files Browse the repository at this point in the history
v3 is scheduled for deprecation
  • Loading branch information
rosado committed Jul 26, 2024
1 parent b068ead commit 88cdeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- id: run-acceptance-tests
run: npm run test:acceptance:ci

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- id: run-acceptance-tests
run: npm run test:acceptance:ci

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

0 comments on commit 88cdeb2

Please sign in to comment.