From 634addc4c11b364f84a8e3057365846d372482ad Mon Sep 17 00:00:00 2001 From: Ramona Hartinger Date: Wed, 18 Sep 2024 07:56:49 +0200 Subject: [PATCH] ci: changed artifact name --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5f0d162..07f155c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -57,7 +57,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: e2e-screenshots + name: e2e-screenshots-${{ matrix.os }}-${{ matrix.node-version }} path: ./out/test-resources/**/screenshots/** retention-days: 5 if-no-files-found: ignore