diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 8f70e3d9896..a4dec189c8c 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -176,7 +176,7 @@ jobs: # Upload coverage to Codecov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 if: success() || failure() with: use_oidc: true