Skip to content

Commit 3fe55ce

Browse files
chore(deps): update actions/upload-artifact action to v7 (#9766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e89ec0 commit 3fe55ce

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
@@ -120,7 +120,7 @@ jobs:
120120
- name: Test Examples
121121
run: pnpm run test:examples
122122

123-
- uses: actions/upload-artifact@v6
123+
- uses: actions/upload-artifact@v7
124124
if: ${{ !cancelled() }}
125125
with:
126126
name: playwright-report-${{ matrix.os }}-node-${{ matrix.node_version }}
@@ -242,7 +242,7 @@ jobs:
242242
if: ${{ !cancelled() }}
243243
run: pnpm run test:browser:playwright
244244

245-
- uses: actions/upload-artifact@v6
245+
- uses: actions/upload-artifact@v7
246246
if: ${{ !cancelled() }}
247247
with:
248248
name: playwright-report-rolldown

0 commit comments

Comments
 (0)