Skip to content

Commit 0b386cc

Browse files
committed
chore(ci): fix release pipeline
1 parent dfbab06 commit 0b386cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
needs: build_and_upload
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: actions/download-artifact@v5
32+
- uses: actions/download-artifact@v3
3333
with:
3434
name: bin-Linux
3535
path: bin/linux
36-
- uses: actions/download-artifact@v5
36+
- uses: actions/download-artifact@v3
3737
with:
3838
name: bin-macOS
3939
path: bin/macos

0 commit comments

Comments
 (0)