From bdd2e0cb8f48982364e801b4da86b6af4aa565ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:17:02 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 3.0.2 to 4.1.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 088bffc1..66aa7ce4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -85,7 +85,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Download Action Assets - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: name: dist path: dist @@ -119,7 +119,7 @@ jobs: - name: Build Action Assets on main run: npm run build - name: Download Current Action Assets - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: name: dist path: current