From c1b06a96135b9249ecbf1a77f535ca86f1869a8d Mon Sep 17 00:00:00 2001 From: Jeroen akkerman Date: Tue, 18 Feb 2025 00:01:28 +0100 Subject: [PATCH] Add Node.js version to artifact name --- .github/workflows/cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index f3d6e20..5cc60f8 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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