Skip to content

Commit 1b8a448

Browse files
authored
Merge pull request #369 from silvenon/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents b4330c7 + 6c4e672 commit 1b8a448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }}
134134
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
135135

136-
- uses: actions/upload-artifact@v4
136+
- uses: actions/upload-artifact@v5
137137
if: always()
138138
with:
139139
name: playwright-report

0 commit comments

Comments
 (0)