We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5d921b + f5e0205 commit 204258cCopy full SHA for 204258c
.github/workflows/cypress.yaml
@@ -79,7 +79,7 @@ jobs:
79
if: "${{ env.RUN_CYPRESS == 'true' }}"
80
continue-on-error: "${{ matrix.cypress-browser != 'chrome' }}"
81
- name: Save artifacts
82
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
83
if: "${{ failure() && env.RUN_CYPRESS == 'true' }}"
84
with:
85
name: cypress-${{ matrix.cypress-browser }}
0 commit comments