We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637aca0 commit de29323Copy full SHA for de29323
.github/workflows/ci-pr.yml
@@ -34,7 +34,7 @@ jobs:
34
go-version: 1.24.6
35
- name: Test
36
run: make test
37
- - uses: codecov/codecov-action@v4.6.0
+ - uses: codecov/codecov-action@v5.5.1
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
40
files: ./cover.out # optional
.github/workflows/ci-release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
0 commit comments