Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.0 (#62)
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 Jan 24, 2024
1 parent 1400dac commit f8bfd9e
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/upload-artifact@v4.2.0
uses: actions/upload-artifact@v4.3.0
if: ${{ failure() }}
with:
name: cypress-screenshots
path: e2e/cypress/screenshots
retention-days: 7

- name: export screen recordings (on failure only)
uses: actions/upload-artifact@v4.2.0
uses: actions/upload-artifact@v4.3.0
if: ${{ failure() }}
with:
name: cypress-videos
Expand Down

0 comments on commit f8bfd9e

Please sign in to comment.