Skip to content

Commit 033683d

Browse files
authored
Upgrade the download-artifact from v3 to v4
1 parent 3089823 commit 033683d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v3
2323
- name: Download build zip
24-
uses: actions/download-artifact@v3
24+
uses: actions/download-artifact@v4
2525
with:
2626
name: ${{ github.event.repository.name }}
2727
path: ${{ github.event.repository.name }}
@@ -59,7 +59,7 @@ jobs:
5959
npx mochawesome-report-generator tests/cypress/reports/mochawesome.json -o tests/cypress/reports/
6060
cat ./tests/cypress/reports/mochawesome.md >> $GITHUB_STEP_SUMMARY
6161
- name: Make artifacts available
62-
uses: actions/upload-artifact@v2
62+
uses: actions/upload-artifact@v4
6363
if: failure()
6464
with:
6565
name: cypress-artifact

0 commit comments

Comments
 (0)