Skip to content

Commit eb64e20

Browse files
authored
Merge pull request #9720 from ManageIQ/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 110255c + 5d17bda commit eb64e20

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@v4
82+
uses: actions/upload-artifact@v5
8383
if: ${{ failure() && env.RUN_CYPRESS == 'true' }}
8484
with:
8585
name: cypress-${{ matrix.cypress-browser }}

0 commit comments

Comments
 (0)