From f47b2058cade639fa9799de144b388dae1b8121d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:46:03 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/npm_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index b3abef46..f5e54cd6 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -142,7 +142,7 @@ jobs: with: node-version: 20 registry-url: "https://registry.npmjs.org" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: npm-package path: dist @@ -172,11 +172,11 @@ jobs: node-version: 20 - name: Setup run: npm install - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: npm-package path: dist - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: NativeScript-dSYMs path: dist/dSYMs