File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
VCPKG_FORCE_SYSTEM_BINARIES : 1
63
63
64
64
- name : Upload binary as artifact
65
- uses : actions/upload-artifact@v3
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : CEmu_linux_${{ matrix.qtver }}_master
68
68
path : ${{ github.workspace }}/gui/qt/CEmu.build/Linux-${{ matrix.arch }}-${{ matrix.qtver }}/${{ matrix.config }}/CEmu
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
xcrun stapler staple "CEmu-nightly_mac_qt${{matrix.qtvershort}}.dmg"
110
110
111
111
- name : Upload dmg as artifact
112
- uses : actions/upload-artifact@v3
112
+ uses : actions/upload-artifact@v4
113
113
with :
114
114
name : CEmu-nightly_mac_qt${{matrix.qtvershort}}
115
115
path : CEmu-nightly_mac_qt${{matrix.qtvershort}}.dmg
Original file line number Diff line number Diff line change 59
59
VCPKG_FORCE_SYSTEM_BINARIES : 1
60
60
61
61
- name : Upload ${{ matrix.arch_name }} ${{ matrix.config }} ${{ matrix.qtver }} EXE
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : CEmu_win${{ matrix.arch_suffix }}_${{ matrix.qtver }}_master
65
65
path : ${{ github.workspace }}/gui/qt/CEmu.build/Win-${{ matrix.arch }}-${{ matrix.qtver }}/${{ matrix.config }}/CEmu.exe
You can’t perform that action at this time.
0 commit comments