diff --git a/.github/workflows/c-coverage.yml b/.github/workflows/c-coverage.yml index 0025793..3b5f1f8 100644 --- a/.github/workflows/c-coverage.yml +++ b/.github/workflows/c-coverage.yml @@ -43,7 +43,7 @@ jobs: run: make coverage - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: ./coverage files: coverage/lcov.info