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