We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48ce7c + f0fe369 commit 5596374Copy full SHA for 5596374
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Upload coverage reports to Codecov
43
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.23.x' }}
44
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
file: ./coverage.txt
0 commit comments