From 4b1a86906ed7c8a16c1ba99755058d98c980be10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:02:48 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.6 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c93d06c..49bbb882 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,7 +66,7 @@ jobs: coverage report - name: Upload coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.6 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact