diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f003b8..de04231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,6 @@ jobs: run: pre-commit run --all-files - name: Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml