diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd3f454ff..169a31103 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,7 +146,7 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage == true }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: "${{ secrets.CODECOV_TOKEN }}" files: ./clover.xml