From 5a9a4fd136f819efe10e78073264cbd80c049ea5 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Thu, 1 Feb 2024 10:36:24 +0100 Subject: [PATCH] fix: ci pipeline warnings --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cf613911706..750339a1349 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 post-test-steps: | - name: Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 automerge: if: > github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'