Skip to content

Commit 7b0fadc

Browse files
chore(deps): update actions/upload-artifact action to v6 (#11762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85a5113 commit 7b0fadc

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
@@ -266,7 +266,7 @@ jobs:
266266
CYPRESS_TEST_FILES: ${{ matrix.files }}
267267

268268
- name: Archive test recordings
269-
uses: actions/upload-artifact@v5
269+
uses: actions/upload-artifact@v6
270270
with:
271271
name: cypress-recordings-${{ github.run_id }}-${{ strategy.job-index }}
272272
path: |
@@ -275,7 +275,7 @@ jobs:
275275
if: ${{ failure() }}
276276

277277
- name: Archive download folder
278-
uses: actions/upload-artifact@v5
278+
uses: actions/upload-artifact@v6
279279
with:
280280
name: downloads-${{ github.run_id }}-${{ strategy.job-index }}
281281
path: test/cypress/downloads

0 commit comments

Comments
 (0)