Skip to content

Commit b0557cc

Browse files
build(deps): bump actions/download-artifact from 4.1.7 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d042b4 commit b0557cc

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
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
node-version: 20
158158
registry-url: "https://registry.npmjs.org"
159-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
159+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
160160
with:
161161
name: npm-package
162162
path: dist
@@ -186,11 +186,11 @@ jobs:
186186
node-version: 20
187187
- name: Setup
188188
run: npm install
189-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
189+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
190190
with:
191191
name: npm-package
192192
path: dist
193-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
193+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
194194
with:
195195
name: NativeScript-dSYMs
196196
path: dist/dSYMs

0 commit comments

Comments
 (0)