diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aec1daa..c51b3a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: # Docs: - name: Run Unit tests run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./... - - uses: codecov/codecov-action@v3 # https://github.com/codecov/codecov-action + - uses: codecov/codecov-action@v4 # https://github.com/codecov/codecov-action continue-on-error: true with: file: /tmp/coverage.txt