Upgrade codecov-action to v3 in CI (#119)
Markus Wüstenberg markus@maragu.dk
Tue, 15 Nov 2022 22:33:33 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -47,7 +47,7 @@ if: ${{ matrix.go == '1.16' }} run: go test -v -coverprofile=coverage.txt ./... - name: Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 lint: name: Lint