Skip to content

Commit 643cb6f

Browse files
github-actions(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1d1f2d commit 643cb6f

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
@@ -152,15 +152,15 @@ jobs:
152152

153153
- name: Upload core playwright snapshots artifact
154154
if: failure() && matrix.package == 'core'
155-
uses: actions/upload-artifact@v4
155+
uses: actions/upload-artifact@v6
156156
with:
157157
name: playwright-snapshots
158158
path: core/test-results
159159
retention-days: 10
160160

161161
- name: Upload context-editor playwright snapshots artifact
162162
if: failure() && matrix.package == 'context-editor'
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v6
164164
with:
165165
name: playwright-snapshots
166166
path: packages/context-editor/test-results

0 commit comments

Comments
 (0)