diff --git a/.github/workflows/ci-c.yml b/.github/workflows/ci-c.yml index 9d8de978..2a9c7491 100644 --- a/.github/workflows/ci-c.yml +++ b/.github/workflows/ci-c.yml @@ -79,7 +79,7 @@ jobs: CTEST_OUTPUT_ON_FAILURE=1 cmake --build build -- tests test coverage-xml - name: Upload test coverage to Codecov if: github.repository == 'greenbone/gvm-libs' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: build/coverage/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}