Skip to content

Commit

Permalink
Merge pull request #162 from 10up/upkeep/upload-artifact
Browse files Browse the repository at this point in the history
Bumped `actions/upload-artifact` from v3 to v4
  • Loading branch information
jeffpaul authored Apr 29, 2024
2 parents 2b3c96e + 93a379d commit 43fee7d
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 43fee7d

Please sign in to comment.