diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a1c437..304b193 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@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }}