Skip to content

Commit

Permalink
ci: update macos build to use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
StackDoubleFlow committed Sep 17, 2024
1 parent 012df2d commit b44851b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: lipo -create -output mchprs x86_64/mchprs aarch64/mchprs

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mchprs-universal-apple-darwin
path: mchprs

0 comments on commit b44851b

Please sign in to comment.