diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 00aec87c..5068e301 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -109,7 +109,7 @@ jobs: run: tox -- --with-kerberos - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ github.actor != 'dependabot[bot]' }} with: fail_ci_if_error: true