File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 deno compile ${{ env.flags }} --target x86_64-apple-darwin music-rpc.ts
3737 mv music-rpc music-rpc-${{ steps.version.outputs.commit_sha }}-x86_64-apple-darwin
3838 - name : Upload x86_64
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v6
4040 with :
4141 name : music-rpc-${{ steps.version.outputs.commit_sha }}-x86_64-apple-darwin
4242 path : music-rpc-${{ steps.version.outputs.commit_sha }}-x86_64-apple-darwin
4545 deno compile ${{ env.flags }} --target aarch64-apple-darwin music-rpc.ts
4646 mv music-rpc music-rpc-${{ steps.version.outputs.commit_sha }}-aarch64-apple-darwin
4747 - name : Upload aarch64
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v6
4949 with :
5050 name : music-rpc-${{ steps.version.outputs.commit_sha }}-aarch64-apple-darwin
5151 path : music-rpc-${{ steps.version.outputs.commit_sha }}-aarch64-apple-darwin
You can’t perform that action at this time.
0 commit comments