From 13379e37742b7deb0327fbd8b7f63547fde73266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:59:27 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3.1.5 --- .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 0fec1dca..d1c20ba0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -201,7 +201,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 #v3.1.0 + uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5 - name: Run integration test run: make test-integration