|
62 | 62 | fail-on-cache-miss: false |
63 | 63 |
|
64 | 64 | - name: Setup Bun (for UI static bundle) |
65 | | - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f4b11 # v2 |
| 65 | + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 |
66 | 66 | with: |
67 | 67 | bun-version: "1.2.15" # pinned; update intentionally to avoid surprise breakage |
68 | 68 |
|
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | password: ${{ secrets.GITHUB_TOKEN }} |
115 | 115 |
|
116 | 116 | - name: Download release wheel |
117 | | - uses: actions/download-artifact@fa0a91b85d4f404e444306234a8ac7fed6c1d3f4 # v4 |
| 117 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 |
118 | 118 | with: |
119 | 119 | name: release-wheel-${{ needs.config.outputs.package-version }} |
120 | 120 | path: dist/ |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | fail-on-cache-miss: false |
229 | 229 |
|
230 | 230 | - name: Download release wheel |
231 | | - uses: actions/download-artifact@fa0a91b85d4f404e444306234a8ac7fed6c1d3f4 # v4 |
| 231 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 |
232 | 232 | with: |
233 | 233 | name: release-wheel-${{ needs.config.outputs.package-version }} |
234 | 234 | path: dist/ |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | fail-on-cache-miss: false |
325 | 325 |
|
326 | 326 | - name: Download release wheel |
327 | | - uses: actions/download-artifact@fa0a91b85d4f404e444306234a8ac7fed6c1d3f4 # v4 |
| 327 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 |
328 | 328 | with: |
329 | 329 | name: release-wheel-${{ needs.config.outputs.package-version }} |
330 | 330 | path: dist/ |
|
0 commit comments