We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eba33a + 9ed1ce1 commit 85cce3cCopy full SHA for 85cce3c
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Upload coverage reports to Codecov
34
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
35
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].2
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
file: ./coverage.txt
0 commit comments