Skip to content

Commit 1e80e04

Browse files
author
FileShot
committed
Update artifact actions to v4
1 parent 4b7fefc commit 1e80e04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm run build:win
2525

2626
- name: Upload Windows artifacts
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: windows-installer
3030
path: dist/*.exe
@@ -48,7 +48,7 @@ jobs:
4848
CSC_IDENTITY_AUTO_DISCOVERY: false
4949

5050
- name: Upload macOS artifacts
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: macos-installer
5454
path: dist/*.dmg
@@ -70,7 +70,7 @@ jobs:
7070
run: npm run build:linux
7171

7272
- name: Upload Linux artifacts
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: linux-installer
7676
path: |
@@ -84,7 +84,7 @@ jobs:
8484
if: startsWith(github.ref, 'refs/tags/')
8585
steps:
8686
- name: Download all artifacts
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888

8989
- name: Create Release
9090
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)