5858 bun run ./scripts/build-prebuilt-artifact.ts --expect-package "${{ matrix.package_name }}"
5959
6060 - name : Upload binary artifact
61- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6262 with :
6363 name : ${{ matrix.package_name }}
6464 path : dist/release/artifacts/${{ matrix.package_name }}
7979 bun-version : 1.3.10
8080
8181 - name : Set up Node
82- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
82+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
8383 with :
8484 node-version : 22
8585
9191 run : bun run ./scripts/check-release-version.ts "${{ github.ref_name }}"
9292
9393 - name : Download platform artifacts
94- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
94+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9595 with :
9696 path : dist/release/artifacts
9797
@@ -111,7 +111,7 @@ jobs:
111111 run : bun run publish:prebuilt:npm -- --dry-run --tag "${{ github.event_name == 'workflow_dispatch' && inputs.npm_tag || ((contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc')) && 'beta' || 'latest') }}"
112112
113113 - name : Upload staged npm release
114- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
114+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
115115 with :
116116 name : staged-prebuilt-npm-release
117117 path : dist/release/npm
@@ -134,7 +134,7 @@ jobs:
134134 bun-version : 1.3.10
135135
136136 - name : Set up Node
137- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
137+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
138138 with :
139139 node-version : 22
140140 registry-url : https://registry.npmjs.org
@@ -143,7 +143,7 @@ jobs:
143143 run : bun install --frozen-lockfile
144144
145145 - name : Download staged npm release
146- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
146+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
147147 with :
148148 name : staged-prebuilt-npm-release
149149 path : dist/release/npm
@@ -175,7 +175,7 @@ jobs:
175175 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
176176
177177 - name : Download platform artifacts
178- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
178+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
179179 with :
180180 path : dist/release/artifacts
181181
0 commit comments