Skip to content

Commit

Permalink
Ensure unique artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Nov 7, 2024
1 parent d4eb0cf commit 103c616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Upload test reports
uses: actions/upload-artifact@v4
with:
name: test-reports
name: test-reports-${{ matrix.node-version }}
path: test/reports
- name: Upload test coverage
uses: actions/upload-artifact@v4
with:
name: test-coverage
name: test-coverage-${{ matrix.node-version }}
path: test/coverage

0 comments on commit 103c616

Please sign in to comment.