Skip to content

Commit 7ecb6c1

Browse files
committed
update github workflow
1 parent 3506b41 commit 7ecb6c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: sudo npm run make --if-present
3939
- run: sudo tree . -I 'node_modules|japreader-linux-x64'
4040
- name: Upload a Build Artifact
41-
uses: actions/upload-artifact@v3.1.1
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: japReader-artifacts ubuntu-latest
4444
path: out/make/
@@ -64,7 +64,7 @@ jobs:
6464
run: npm run make --if-present
6565
- run: tree .
6666
- name: Upload a Build Artifact
67-
uses: actions/upload-artifact@v3.1.1
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: japReader-artifacts windows-latest
7070
path: out/make/
@@ -79,12 +79,12 @@ jobs:
7979
- name: Checkout
8080
uses: actions/[email protected]
8181
- name: Download Linux Build Artifacts
82-
uses: actions/download-artifact@v3.0.1
82+
uses: actions/download-artifact@v4
8383
with:
8484
name: japReader-artifacts ubuntu-latest
8585
path: make/
8686
- name: Download Windows Build Artifacts
87-
uses: actions/download-artifact@v3.0.1
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: japReader-artifacts windows-latest
9090
path: make/

0 commit comments

Comments
 (0)