diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e8cc96..6dfe6b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: pytest --cov=npap --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.12' with: token: ${{ secrets.CODECOV_TOKEN }}