Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 2acfd80 commit fb183db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm run build

- name: Upload decks
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ausguck
path: public
Expand All @@ -47,13 +47,13 @@ jobs:
- name: Run Cypress
run: npm run test:e2e:ci

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: chrome-cypress-screenshots
path: cypress/screenshots
# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: chrome-cypress-videos
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v3

- name: Download decks from previous step
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ausguck
path: ausguck
Expand Down

0 comments on commit fb183db

Please sign in to comment.