diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 46f960e2..7dd618a2 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -38,7 +38,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/ci-push.yml b/.github/workflows/ci-push.yml index 1dfff695..aa1947d3 100644 --- a/.github/workflows/ci-push.yml +++ b/.github/workflows/ci-push.yml @@ -31,7 +31,7 @@ jobs: run: uv run --all-extras --frozen --isolated pytest --cov --cov-report=xml -n auto - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}