2 parents 6469290 + 335f2fe commit c9545c4Copy full SHA for c9545c4
1 file changed
.github/workflows/ci.yml
@@ -61,11 +61,11 @@ jobs:
61
steps:
62
- uses: actions/checkout@v6
63
- run: mkdir -p $BIN_DIR/{amd64,arm64}
64
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
65
with:
66
name: kaisantantoudaijin-x86_64-unknown-linux-gnu
67
path: ${{ env.BIN_DIR }}/amd64/
68
69
70
name: kaisantantoudaijin-aarch64-unknown-linux-gnu
71
path: ${{ env.BIN_DIR }}/arm64/
0 commit comments