We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 110255c + 5d17bda commit eb64e20Copy full SHA for eb64e20
.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@v4
+ uses: actions/upload-artifact@v5
83
if: ${{ failure() && env.RUN_CYPRESS == 'true' }}
84
with:
85
name: cypress-${{ matrix.cypress-browser }}
0 commit comments