diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be61669c..24a017bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: tox - name: Upload to codecov if: ${{matrix.python-version == '3.11'}} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false