diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9f8ce82b..5394f84ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: coverage xml - name: Upload to Codecov if: github.repository == 'useblocks/sphinx-needs' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} name: sphinx-need-pytests