Skip to content

Commit

Permalink
.github: update actions/upload_artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Feb 11, 2025
1 parent c106d9d commit 4d4a3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:
cpack -V -C Debug
- name: Archive Ubuntu Build Artifacts
if: ${{ matrix.os == 'ubuntu-24.04' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MultiVNC Debian Package
path: build/*.deb
- name: Archive MacOS Build Artifacts
if: ${{ matrix.os == 'macos-latest' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MultiVNC MacOS Package
path: build/*.dmg
- name: Archive Windows Build Artifacts
if: ${{ matrix.os == 'windows-latest' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MultiVNC Windows Package
path: build/*.exe

0 comments on commit 4d4a3c2

Please sign in to comment.