From 8ade443986481a9758e1e345383e25623d5b0a4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:41:23 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6.0.1 --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index beb2765..4c6f51f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -54,6 +54,6 @@ jobs: - name: Upload coverage reports to Codecov for Ubuntu if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10' }} - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}