Skip to content

Commit c0d59ec

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 80fa166 commit c0d59ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
run: npm run lint
2525
- name: Run Playwright tests
2626
run: npm test
27-
- uses: actions/upload-artifact@v5
27+
- uses: actions/upload-artifact@v6
2828
if: always()
2929
with:
3030
name: playwright-report
3131
path: playwright-report
3232
retention-days: 30
33-
- uses: actions/upload-artifact@v5
33+
- uses: actions/upload-artifact@v6
3434
if: always()
3535
with:
3636
name: serenity-report

0 commit comments

Comments
 (0)