diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f8ac0d..27b38f7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: # instructions. fail_ci_if_error is false so a Codecov outage does not # break the build. - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out