Skip to content

Commit daa216f

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent e2ab64a commit daa216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npx playwright install --with-deps
2525
- name: Run Playwright tests
2626
run: npx playwright test --update-snapshots
27-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
27+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2828
if: always()
2929
with:
3030
name: playwright-report

0 commit comments

Comments
 (0)