Skip to content

Commit add23fc

Browse files
chore(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 13e08dc commit add23fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Upload blob report
135135
if: always()
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v6
137137
with:
138138
name: blob-report-${{ matrix.shardIndex }}
139139
path: apps/web/blob-report/
@@ -170,7 +170,7 @@ jobs:
170170
run: npx playwright merge-reports --reporter html ./all-blob-reports
171171

172172
- name: Upload merged report
173-
uses: actions/upload-artifact@v4
173+
uses: actions/upload-artifact@v6
174174
with:
175175
name: playwright-report
176176
path: apps/web/playwright-report/

0 commit comments

Comments
 (0)