diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac5be31..6ed8317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: SERP_API_KEY: ${{ secrets.SERP_API_KEY }} - name: Upload to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true