Skip to content

Commit 8f77c06

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent eba8113 commit 8f77c06

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run Playwright tests
4343
run: pnpm test
4444

45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v6
4646
if: always()
4747
with:
4848
name: playwright-report

0 commit comments

Comments
 (0)