Skip to content

Commit

Permalink
Relax version of codecov action to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Jan 12, 2021
1 parent 4b01af5 commit 388e1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
with:
args: "--ignore-tests"
- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Archive code coverage results
Expand Down

0 comments on commit 388e1b3

Please sign in to comment.