From c4b17312927a811d2e3e0aeb286fb9af1faf9b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:06:26 +0100 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#2063) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c09e5b4..1c9d80fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: path-to-lcov: ./action-src/coverage/lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v3 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v3 with: token: ${{ secrets.CODECOV_TOKEN }} directory: "./action-src"