From 5bc9547509bd0e6990a3ee421c0f28a239a6732a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:32:28 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 | datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v4 | v5 | --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c5c6e0..64775da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: "Send code coverage report to Codecov.io" if: ${{ matrix.code-coverage != 'none' }} - uses: "codecov/codecov-action@v4" + uses: "codecov/codecov-action@v5" with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml