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 38c4f57 commit 3bfabe0Copy full SHA for 3bfabe0
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
go-version-file: "go.mod"
19
- run: make test
20
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
21
env:
22
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
23
0 commit comments