diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75a0d135..01c0a007 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,6 +45,6 @@ jobs: coverage xml - name: codecov if: (! contains(matrix.python-version, 'pypy')) - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}