diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 969e174..432b1fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.out fail_ci_if_error: false