Skip to content

Commit 4b4ef1d

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#260)
[skip ci]
1 parent e65a4a0 commit 4b4ef1d

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)