try using v3 instead of v4 for upload artifact
This commit is contained in:
parent
cc7a00b3ff
commit
a4b9c8ac86
@ -26,7 +26,7 @@ jobs:
|
||||
# - name: Build for MacOS ARM64
|
||||
# run: cargo build --release --bin harmony_composer --target aarch64-apple-darwin
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: binaries
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user