diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d080445..5dad44d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Upload to codecov.io if: github.ref == 'refs/heads/main' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{secrets.CODECOV_TOKEN}} files: lcov.info