We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b568915 + 8e395fd commit 86cf806Copy full SHA for 86cf806
.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/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
file: ./coverage.txt
0 commit comments