From 9d1fde5d441f91652e85ae3b26c9837281f533c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:41:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.6 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b3cb1fb2..7da04926 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -197,7 +197,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 #v3.1.0 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 - name: Run integration test run: make test-integration