From 6e3c4ae1a9180c2d6f8c0250f3728b5f515dd8c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Mar 2022 08:28:34 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 Signed-off-by: Renovate Bot --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 01ffc4184..d26aaf850 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -55,7 +55,7 @@ jobs: cache: yarn - run: yarn --frozen-lockfile --prefer-offline - run: yarn run build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: github.ref == 'refs/heads/master' && matrix.node-version == '16' with: name: Prebuild with Node.js ${{ matrix.node-version }}