diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index cea50f74..098fc946 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -29,7 +29,7 @@ jobs: - name: Upload coverage reports to Codecov if: github.ref == 'refs/heads/main' - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # ratchet:codecov/codecov-action@v5.5.5 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # ratchet:codecov/codecov-action@v7.0.0 with: fail_ci_if_error: true files: ./coverage.out