Skip to content

Commit

Permalink
Update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Sep 4, 2024
1 parent 114a56e commit 3de8a19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
yarn run make -p linux
- name: Upload Appimage
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: AppImage
path: "out/make/*.AppImage"
Expand All @@ -55,7 +55,7 @@ jobs:
yarn run make -p darwin --arch arm64
- name: Upload DMG
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: DMG
path: "out/make/*.dmg"
Expand All @@ -79,7 +79,7 @@ jobs:
yarn run make -p win32
- name: Upload EXE
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: EXE
path: "out/make/*.exe"
Expand Down

0 comments on commit 3de8a19

Please sign in to comment.