diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 3a7eeaf..6621bfa 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -51,7 +51,7 @@ jobs: pytest tests --cov=codicefiscale --cov-report=term-missing --cov-fail-under=90 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false