diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90fdb30..0830032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: run: make coverage - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}