diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index d3d5a03551..96abe3e47b 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -207,7 +207,7 @@ jobs: env: MARKS: ${{ matrix.marks }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: cov.xml token: ${{ secrets.CODECOV_TOKEN }}