diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b095c03..57f8653 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: - name: Create coverage report run: uv run coverage xml - name: Upload coverage report - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.1 docs: runs-on: ubuntu-latest