From 33774b370af86854d28acff27ec63cd27545d6d7 Mon Sep 17 00:00:00 2001 From: "iconduit-renovate[bot]" <147789725+iconduit-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:18:30 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/shared-ci-library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-ci-library.yml b/.github/workflows/shared-ci-library.yml index b7e1d97..175b2ec 100644 --- a/.github/workflows/shared-ci-library.yml +++ b/.github/workflows/shared-ci-library.yml @@ -29,6 +29,6 @@ jobs: - name: Publish coverage if: ${{ github.event.inputs.isScheduled != 'true' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}