Skip to content

Commit

Permalink
Merge pull request #205 from 10up/upkeep/download-artifact
Browse files Browse the repository at this point in the history
Upgrade the `download-artifact` from v3 to v4
  • Loading branch information
jeffpaul authored Apr 12, 2024
2 parents d8c30c8 + 8ae733c commit 6d0cf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download build zip
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
npx mochawesome-report-generator tests/cypress/reports/mochawesome.json -o tests/cypress/reports/
cat ./tests/cypress/reports/mochawesome.md >> $GITHUB_STEP_SUMMARY
- 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 6d0cf64

Please sign in to comment.