diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7be6366..9637b14e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: ./.github/validate_changes_for_merge.sh - name: Run Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true