diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d026cd..75e585f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: run: cargo make coverage - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./lcov.info token: ${{ secrets.CODECOV_TOKEN }}