Skip to content

Commit

Permalink
Add Node.js version to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionaru committed Feb 17, 2025
1 parent bdfd0da commit c1b06a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
name: cypress-screenshots-nodejs-${{ matrix.node-version }}
path: cypress/screenshots
retention-days: 7

- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-videos
name: cypress-videos-nodejs-${{ matrix.node-version }}
path: cypress/videos
retention-days: 7

Expand Down

0 comments on commit c1b06a9

Please sign in to comment.