diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8af865ef..eaa49f20 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./... - name: Upload Coverage report to CodeCov continue-on-error: true - uses: codecov/codecov-action@v6.0.0 # https://github.com/codecov/codecov-action + uses: codecov/codecov-action@v6.0.1 # https://github.com/codecov/codecov-action with: files: /tmp/coverage.txt build: