Skip to content

Commit

Permalink
Fix coverage report artifact name conflict error (#645)
Browse files Browse the repository at this point in the history
Signed-off-by: jsetton <[email protected]>
  • Loading branch information
jsetton authored Jan 10, 2024
1 parent 4dd0742 commit d4f30cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report
name: coverage-report-${{ matrix.node-version }}
path: lambda/coverage

0 comments on commit d4f30cc

Please sign in to comment.