Skip to content

Commit e1c0291

Browse files
chore: Update actions/upload-artifact action to v5
1 parent 1791e9d commit e1c0291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Playwright Browsers
2121
run: npx playwright install --with-deps
2222
- run: npm test
23-
- uses: actions/upload-artifact@v4
23+
- uses: actions/upload-artifact@v5
2424
if: ${{ !cancelled() }}
2525
with:
2626
name: playwright-report

0 commit comments

Comments
 (0)