diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 8aac471..839a1f4 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -169,7 +169,7 @@ jobs: shell: bash run: bazel coverage --config=ci ${{ inputs.flags }} "//tools/..." "//tests/..." "//.aspect/..." - name: "Report: Coverage" - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 if: inputs.coverage continue-on-error: true with: