From cd5e5bea8f84962a8896484559f1eddec4877458 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:43:05 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/buildDeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildDeploy.yml b/.github/workflows/buildDeploy.yml index 8d330b3b8..0087fc83b 100644 --- a/.github/workflows/buildDeploy.yml +++ b/.github/workflows/buildDeploy.yml @@ -68,7 +68,7 @@ jobs: run: npm test - name: download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist @@ -119,7 +119,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - name: download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: dist