diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1adceb58..ae2b0e98 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -99,7 +99,7 @@ jobs: go run main.go test --coverage bundle \ | opa eval -f raw -I -d build/simplecov/simplecov.rego data.build.simplecov.from_opa \ > coverage.json - - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 with: fail_ci_if_error: false files: ./coverage.json