Skip to content

Commit

Permalink
ci: changed artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 18, 2024
1 parent ea151ac commit 634addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 634addc

Please sign in to comment.