From 615468893486f778c36ca3ff2aa23d3d519de8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:27:02 +0100 Subject: [PATCH] build(deps): bump codecov/codecov-action from 4 to 5 (#959) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/verifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index ccb2b425..0d5b16b2 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -75,6 +75,6 @@ jobs: run: npm run test:ci - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}