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