diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 2f99841d6..31f6e8b85 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -330,7 +330,7 @@ jobs: - name: Coverage upload to Codecov if: env.WILL_COV == 'true' - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: flags: unittests files: build/coverage.xml