Skip to content

Commit

Permalink
Add Node version suffix to the test coverage artifact by tests throug…
Browse files Browse the repository at this point in the history
…h GitHub Actions
  • Loading branch information
yhatt committed Sep 15, 2024
1 parent 73d4de9 commit e3dc3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: coverage
name: coverage-${{ matrix.node-version }}
path: coverage

- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit e3dc3c4

Please sign in to comment.