From 54d23f83b99fdf7f802bf04736bf08a6638a832e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:48:51 +0100 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#2081) 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 1c9d80fb..be3e6894 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@015f24e6818733317a2da2edd6290ab26238649a # v3 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v3 with: token: ${{ secrets.CODECOV_TOKEN }} directory: "./action-src"