diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3becd95..c33c46b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,6 @@ jobs: poetry run coverage xml - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true