|
83 | 83 |
|
84 | 84 | steps:
|
85 | 85 | - name: Download source package
|
86 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 86 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
87 | 87 | with:
|
88 | 88 | name: src.tar.gz
|
89 | 89 | - name: Extract source package
|
@@ -140,7 +140,7 @@ jobs:
|
140 | 140 | arch: aarch64
|
141 | 141 | steps:
|
142 | 142 | - name: Download artifacts
|
143 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 143 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
144 | 144 | with:
|
145 | 145 | name: ${{ matrix.artifact_name }}
|
146 | 146 | path: ${{ matrix.artifact_name }}
|
@@ -202,7 +202,7 @@ jobs:
|
202 | 202 | key: cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ github.sha }}
|
203 | 203 | restore-keys: cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-
|
204 | 204 | - name: Download source package
|
205 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 205 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
206 | 206 | with:
|
207 | 207 | name: src.tar.gz
|
208 | 208 | - name: Extract source package
|
@@ -305,7 +305,7 @@ jobs:
|
305 | 305 | artifact_filename: xemu-macos-arm64-release.zip
|
306 | 306 | steps:
|
307 | 307 | - name: Download source package
|
308 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 308 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
309 | 309 | with:
|
310 | 310 | name: src.tar.gz
|
311 | 311 | - name: Extract source package
|
@@ -358,12 +358,12 @@ jobs:
|
358 | 358 | configuration: ["debug", "release"]
|
359 | 359 | steps:
|
360 | 360 | - name: Download x86_64 build
|
361 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 361 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
362 | 362 | with:
|
363 | 363 | name: xemu-macos-x86_64-${{ matrix.configuration }}
|
364 | 364 | path: xemu-macos-x86_64-${{ matrix.configuration }}
|
365 | 365 | - name: Download arm64 build
|
366 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 366 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
367 | 367 | with:
|
368 | 368 | name: xemu-macos-arm64-${{ matrix.configuration }}
|
369 | 369 | path: xemu-macos-arm64-${{ matrix.configuration }}
|
@@ -398,7 +398,7 @@ jobs:
|
398 | 398 | needs: [Ubuntu, macOSUniversal, Windows, WindowsPdb]
|
399 | 399 | steps:
|
400 | 400 | - name: Download artifacts
|
401 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 401 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
402 | 402 | with:
|
403 | 403 | path: dist
|
404 | 404 | - name: Extract source package
|
@@ -462,7 +462,7 @@ jobs:
|
462 | 462 | runs-on: ubuntu-latest
|
463 | 463 | steps:
|
464 | 464 | - name: Download source package
|
465 |
| - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4 |
| 465 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 |
466 | 466 | with:
|
467 | 467 | name: src.tar.gz
|
468 | 468 | - name: Extract source package
|
|
0 commit comments