Skip to content

Commit

Permalink
Merge pull request #169 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 committed Apr 29, 2024
2 parents 18900bf + 2006180 commit c6e8c71
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 @@ -78,7 +78,7 @@ jobs:
- name: Test
run: npm run cypress:run
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-artifact-insecure-content-warning
Expand Down

0 comments on commit c6e8c71

Please sign in to comment.