Skip to content

Commit 1762964

Browse files
committed
fix: update release
1 parent c2f53ae commit 1762964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Upload artifact
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: jh-${{ matrix.os }}-${{ matrix.arch }}
6868
path: jh-*
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Download all artifacts
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4
7878

7979
- name: Create Release
8080
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)