Skip to content

Commit ea6544a

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 4fe2d13 commit ea6544a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: pnpm install
2929
- name: Run Playwright tests
3030
run: HOME='/root' pnpm run test
31-
- uses: actions/upload-artifact@v4
31+
- uses: actions/upload-artifact@v5
3232
if: always()
3333
with:
3434
name: playwright-report
3535
path: playwright-report/
3636
retention-days: 30
37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v5
3838
if: always()
3939
with:
4040
name: playwright-results

0 commit comments

Comments
 (0)