Skip to content

Commit c7f05f8

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6 (#3265)
1 parent b0d5181 commit c7f05f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
run: |
8484
pnpm e2e
8585
86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v6
8787
if: ${{ !cancelled() }}
8888
with:
8989
name: test-results
9090
path: apps/site-e2e/test-results/
9191
retention-days: 7
9292

93-
- uses: actions/upload-artifact@v4
93+
- uses: actions/upload-artifact@v6
9494
if: ${{ !cancelled() }}
9595
with:
9696
name: playwright-report

0 commit comments

Comments
 (0)