diff --git a/.github/workflows/readiness-gate.yml b/.github/workflows/readiness-gate.yml index a30d2897..cbef3ed1 100644 --- a/.github/workflows/readiness-gate.yml +++ b/.github/workflows/readiness-gate.yml @@ -66,7 +66,7 @@ jobs: run: python -m pytest tests/ -v --tb=short --cov=src/swingmusic --cov-report=xml --cov-report=term-missing - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage.xml fail_ci_if_error: false