File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ jobs:
4646 cpack -V -C Debug
4747 - name : Archive Ubuntu Build Artifacts
4848 if : ${{ matrix.os == 'ubuntu-24.04' }}
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : MultiVNC Debian Package
5252 path : build/*.deb
5353 - name : Archive MacOS Build Artifacts
5454 if : ${{ matrix.os == 'macos-latest' }}
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : MultiVNC MacOS Package
5858 path : build/*.dmg
5959 - name : Archive Windows Build Artifacts
6060 if : ${{ matrix.os == 'windows-latest' }}
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : MultiVNC Windows Package
6464 path : build/*.exe
You can’t perform that action at this time.
0 commit comments