2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 05:01:02 -06:00

Add Node.js version to artifact name

This commit is contained in:
Jeroen akkerman 2025-02-18 00:01:28 +01:00
parent bdfd0da5ff
commit c1b06a9613

View File

@ -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