Skip to content

Commit d87e691

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 67d2b88 commit d87e691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: example
3434
run: pnpm test
3535

36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v5
3737
if: always()
3838
with:
3939
name: playwright-report

0 commit comments

Comments
 (0)