diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abccea3cf..10f39260f 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