Skip to content

Commit 4f5c495

Browse files
authored
Update npm-publish-beta.yml
1 parent e375f39 commit 4f5c495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish-beta.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
# with:
5656
# name: qjsc-prebuild-windows-2022-node16
5757
# path: prebuilds/win32-x64/
58-
- uses: actions/download-artifact@v2
58+
- uses: actions/download-artifact@v4
5959
with:
6060
name: qjsc-prebuild-ubuntu-latest-node16
6161
path: prebuilds/linux-x64/
62-
- uses: actions/download-artifact@v2
62+
- uses: actions/download-artifact@v4
6363
with:
6464
name: qjsc-prebuild-macos-12-node16
6565
path: prebuilds/darwin-x64/
66-
- uses: actions/download-artifact@v2
66+
- uses: actions/download-artifact@v4
6767
with:
6868
name: qjsc-prebuild-macos-14-node16
6969
path: prebuilds/darwin-arm64/

0 commit comments

Comments
 (0)