Skip to content

Commit 282cee2

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#72)
1 parent ffeb039 commit 282cee2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
run: pnpm run test:e2e:dev
6262

6363
- name: Upload Playwright report (build)
64-
uses: actions/upload-artifact@v6
64+
uses: actions/upload-artifact@v7
6565
if: ${{ !cancelled() }}
6666
with:
6767
name: playwright-report-build
6868
path: packages/static/playwright-report/
6969
retention-days: 30
7070

7171
- name: Upload Playwright report (dev server)
72-
uses: actions/upload-artifact@v6
72+
uses: actions/upload-artifact@v7
7373
if: ${{ !cancelled() }}
7474
with:
7575
name: playwright-report-dev

0 commit comments

Comments
 (0)