diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d887fa..fc57a73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: echo ${{ github.sha }} > test-results/sha-number fi python setup.py test --addopts "-v --durations=0 --junitxml=test-results/junit.xml --cov=nss_cache" - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: always() - name: Install run: pip install --user .