Skip to content

Commit d30ed11

Browse files
renovate[bot]nikku
authored andcommitted
chore: update actions/upload-artifact action to v5
1 parent 7a7f5e2 commit d30ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/VISUAL_REGRESSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Playwright tests
2727
if: github.ref != 'refs/heads/develop' && github.ref != 'refs/heads/main'
2828
run: npm run test:visual
29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v5
3030
if: always()
3131
with:
3232
name: Playwright report

0 commit comments

Comments
 (0)