diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 216d5dd..08af407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: run: | gcovr --exclude-throw-branches -r . -f include/ -f src/ --xml -o coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml verbose: true