Skip to content

Commit

Permalink
chore: prevent duplicate report names
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed May 9, 2024
1 parent 3ae9fec commit 0bf0859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: npm-logs
name: npm-logs--${{ matrix.runs-on }}
path: |
/home/runner/.npm/_logs/**/*
Expand Down

0 comments on commit 0bf0859

Please sign in to comment.