Skip to content

Commit 9ed2dc0

Browse files
committed
ci: Use upload-artifact v4
1 parent dcbf893 commit 9ed2dc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/build.mac.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/build.windows.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)