Skip to content

Commit 8623721

Browse files
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 606b0fb commit 8623721

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Upload test artifacts on failure
142142
if: failure()
143-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.6.2
143+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4.6.2
144144
with:
145145
name: cypress-test-results-${{ github.run_id }}
146146
path: |
@@ -191,7 +191,7 @@ jobs:
191191
GITHUB_SHA: ${{ github.sha }}
192192

193193
- name: Upload consolidated test report
194-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.6.2
194+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4.6.2
195195
with:
196196
name: e2e-test-report-${{ github.run_id }}
197197
path: cypress/results/html/
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Upload raw test data (for debugging)
202202
if: failure()
203-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.6.2
203+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4.6.2
204204
with:
205205
name: e2e-raw-data-${{ github.run_id }}
206206
path: |

0 commit comments

Comments
 (0)