Skip to content

Commit

Permalink
Pin only major version for Codecov GH action (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 10, 2022
1 parent a38c89c commit 3ff4fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: dist

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v3
with:
file: ./coverage.out
flags: ${{ runner.os }}
Expand Down

0 comments on commit 3ff4fb9

Please sign in to comment.