Skip to content

Commit f47b205

Browse files
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](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ae9bc4 commit f47b205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
node-version: 20
144144
registry-url: "https://registry.npmjs.org"
145-
- uses: actions/download-artifact@v3
145+
- uses: actions/download-artifact@v4.1.7
146146
with:
147147
name: npm-package
148148
path: dist
@@ -172,11 +172,11 @@ jobs:
172172
node-version: 20
173173
- name: Setup
174174
run: npm install
175-
- uses: actions/download-artifact@v3
175+
- uses: actions/download-artifact@v4.1.7
176176
with:
177177
name: npm-package
178178
path: dist
179-
- uses: actions/download-artifact@v3
179+
- uses: actions/download-artifact@v4.1.7
180180
with:
181181
name: NativeScript-dSYMs
182182
path: dist/dSYMs

0 commit comments

Comments
 (0)