diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a81a7c80..ddf72b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Upload coverage to CodeCov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }}