Skip to content

Commit 204258c

Browse files
authored
Merge pull request #9849 from ManageIQ/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents d5d921b + f5e0205 commit 204258c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: "${{ env.RUN_CYPRESS == 'true' }}"
8080
continue-on-error: "${{ matrix.cypress-browser != 'chrome' }}"
8181
- name: Save artifacts
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
if: "${{ failure() && env.RUN_CYPRESS == 'true' }}"
8484
with:
8585
name: cypress-${{ matrix.cypress-browser }}

0 commit comments

Comments
 (0)