Skip to content

Commit

Permalink
Bumped actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh authored Apr 22, 2024
1 parent 2b3c96e commit 93a379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run cypress:run
continue-on-error: ${{ matrix.core.continue }}
- name: Make artifacts available
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-artifact
Expand Down

0 comments on commit 93a379d

Please sign in to comment.