File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6161 key : cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ github.sha }}
6262 restore-keys : cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-
6363 - name : Download source package
64- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
64+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
6565 with :
6666 name : src
6767 - name : Extract source package
Original file line number Diff line number Diff line change 2424 LTO_CACHE_DIR : ${{ github.workspace }}/xemu-lto-cache
2525 steps :
2626 - name : Download source package
27- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
27+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
2828 with :
2929 name : src
3030 - name : Extract source package
@@ -101,7 +101,7 @@ jobs:
101101 configuration : [debug, release]
102102 steps :
103103 - name : Download architecture-specific builds
104- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
104+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
105105 with :
106106 pattern : " xemu-macos-*-${{ matrix.configuration }}"
107107 merge-multiple : true
Original file line number Diff line number Diff line change 2929 CROSSAR : ${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}-w64-mingw32.static-${{ matrix.arch == 'arm64' && 'ar' || 'gcc-ar' }}
3030 steps :
3131 - name : Download source package
32- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
32+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
3333 with :
3434 name : src
3535 - name : Install zstd
9393 configuration : [debug, release]
9494 steps :
9595 - name : Download artifacts
96- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
96+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
9797 with :
9898 name : xemu-windows-${{ matrix.arch }}-${{ matrix.configuration }}
9999 path : dist
Original file line number Diff line number Diff line change 4646 GH_TOKEN : ${{ github.token }}
4747 run : python3 .github/scripts/gen-changelog.py --ref ${{ inputs.ref }} -o CHANGELOG.md
4848 - name : Download artifacts
49- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
49+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
5050 with :
5151 path : dist
5252 merge-multiple : true
You can’t perform that action at this time.
0 commit comments