Skip to content

Commit 3f09d6b

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent c763875 commit 3f09d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: bahmutov/npm-install@v1
2323
- name: Run Playwright tests
2424
run: npm test
25-
- uses: actions/upload-artifact@v5
25+
- uses: actions/upload-artifact@v6
2626
if: always()
2727
with:
2828
name: serenity-report

0 commit comments

Comments
 (0)