diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 1c0272cf..7b683a48 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -156,7 +156,7 @@ jobs: with: node-version: 20 registry-url: "https://registry.npmjs.org" - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: npm-package path: dist @@ -186,11 +186,11 @@ jobs: node-version: 20 - name: Setup run: npm install - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: npm-package path: dist - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: NativeScript-dSYMs path: dist/dSYMs