Skip to content

Commit

Permalink
Merge pull request #364 from silvenon/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
silvenon authored Jan 7, 2024
2 parents 6f60582 + 7103976 commit 98ed826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }}
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}

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

0 comments on commit 98ed826

Please sign in to comment.