Skip to content

Commit

Permalink
Don't overwrite artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Apr 14, 2021
1 parent 8553191 commit 6116e98
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 @@ -23,7 +23,7 @@ jobs:
- name: Archive code coverage results
uses: actions/upload-artifact@v2
with:
name: code-coverage-report
name: code-coverage-report-${{ matrix.os }}
path: ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 6116e98

Please sign in to comment.