diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d526bd492..e21ef73509 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: --ignore tests/no_wrapper - name: Upload if: ${{ !startsWith(matrix.os, 'windows') && matrix.python == '3.11' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml