diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afec375..c83d95b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Upload coverage to Codecov if: github.event_name == 'push' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info