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 6262 VCPKG_FORCE_SYSTEM_BINARIES : 1
6363
6464 - name : Upload binary as artifact
65- uses : actions/upload-artifact@v3
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : CEmu_linux_${{ matrix.qtver }}_master
6868 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:
109109 xcrun stapler staple "CEmu-nightly_mac_qt${{matrix.qtvershort}}.dmg"
110110
111111 - name : Upload dmg as artifact
112- uses : actions/upload-artifact@v3
112+ uses : actions/upload-artifact@v4
113113 with :
114114 name : CEmu-nightly_mac_qt${{matrix.qtvershort}}
115115 path : CEmu-nightly_mac_qt${{matrix.qtvershort}}.dmg
Original file line number Diff line number Diff line change 5959 VCPKG_FORCE_SYSTEM_BINARIES : 1
6060
6161 - name : Upload ${{ matrix.arch_name }} ${{ matrix.config }} ${{ matrix.qtver }} EXE
62- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : CEmu_win${{ matrix.arch_suffix }}_${{ matrix.qtver }}_master
6565 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