Skip to content

Commit 271c13c

Browse files
Bump actions/upload-artifact from 6 to 7 in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 161db63 commit 271c13c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Upload Playwright report
9191
if: failure()
92-
uses: actions/upload-artifact@v6
92+
uses: actions/upload-artifact@v7
9393
with:
9494
name: playwright-report-release
9595
path: packages/react-virtuoso/playwright-report/

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Upload Playwright report
174174
if: failure()
175-
uses: actions/upload-artifact@v6
175+
uses: actions/upload-artifact@v7
176176
with:
177177
name: playwright-report
178178
path: packages/react-virtuoso/playwright-report/

0 commit comments

Comments
 (0)