Skip to content

Commit ca423f6

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent f5b9ec2 commit ca423f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npx playwright install --with-deps
3232
- name: Run Playwright tests
3333
run: npx playwright test
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
3737
name: playwright-report

0 commit comments

Comments
 (0)