Skip to content

Commit

Permalink
ci: use upload-artifact@v4, v2 deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
phildenhoff committed Jan 17, 2024
1 parent d71c003 commit 084df0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: (Ubuntu only) Upload build artifacts
if: matrix.platform == 'ubuntu-22.04'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-deb-and-appimage.zip
path: |
Expand All @@ -63,7 +63,7 @@ jobs:
- name: (macOS only) Upload build artifacts
if: matrix.platform == 'macos-12'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: macos-app-and-dmg.zip
path: |
Expand Down

0 comments on commit 084df0d

Please sign in to comment.