diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 28f4d120de3..44b6276ac58 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -185,7 +185,7 @@ jobs: # Upload coverage to Codecov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 if: success() || failure() with: use_oidc: true