From 1a1a55a2cd9c89dd333387da0af14374edc58b24 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Wed, 4 Dec 2024 09:22:22 +0100 Subject: [PATCH] Bump `codecov/codecov-action` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7618be5e..da9d73fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: yarn install --frozen-lockfile - name: Run Tests run: yarn node-test-with-coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}