Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.4 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 615992e commit 9f02b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: export screenshots (on failure only)
uses: actions/[email protected].3
uses: actions/[email protected].4
if: ${{ failure() }}
with:
name: cypress-screenshots
path: e2e/cypress/screenshots
retention-days: 7

- name: export screen recordings (on failure only)
uses: actions/[email protected].3
uses: actions/[email protected].4
if: ${{ failure() }}
with:
name: cypress-videos
Expand Down

0 comments on commit 9f02b3d

Please sign in to comment.