Skip to content

Commit

Permalink
build(deps): upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Feb 1, 2025
1 parent 977f01d commit 4b6a0a3
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 @@ -157,14 +157,14 @@ jobs:
browser: chrome
headless: true

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
if-no-files-found: ignore

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-videos
Expand Down

0 comments on commit 4b6a0a3

Please sign in to comment.