We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a249e commit b8c00adCopy full SHA for b8c00ad
.github/workflows/test.yml
@@ -15,6 +15,6 @@ jobs:
15
with:
16
go-version: ${{ env.GO_VERSION }}
17
- run: make integration-test
18
- - uses: codecov/codecov-action@v4.6.0
+ - uses: codecov/codecov-action@v5.0.7
19
20
file: ./coverage.txt
0 commit comments