Skip to content

Commit f78aba5

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 41d59a9 commit f78aba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
HOME: /root
8484
run: npx playwright test -x --project ${{ matrix.browser }}
8585

86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v5
8787
if: always()
8888
with:
8989
name: playwright-report-${{ matrix.browser }}

0 commit comments

Comments
 (0)