Skip to content

Commit 45b14ee

Browse files
committed
Update GitHub Actions to use upload-artifact@v4
1 parent 41f38cf commit 45b14ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
npm run test:parallel
4242
npm run test:serial
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
if: always()
4545
with:
4646
name: reports

0 commit comments

Comments
 (0)