From 752058a9c04f9a7d79efad0d8d0fa97b60c89ea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:57:51 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action to v6 [skip pre-commit.ci] | datasource | package | from | to | | ----------- | ---------------------- | ---- | -- | | github-tags | codecov/codecov-action | v5 | v6 | --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70856b1e8..1b8f5b95d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -157,7 +157,7 @@ jobs: - name: Upload Coverage to Codecov if: ${{ !cancelled() && steps.verify_coverage.outputs.coverage_exists == 'true' }} continue-on-error: true - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: # Explicitly specify the coverage XML file to upload (generated by pytest) files: coverage.xml