We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fafb6da + f926dfc commit 669c392Copy full SHA for 669c392
.github/workflows/make-binary.yml
@@ -48,13 +48,13 @@ jobs:
48
chmod +x ./rubyc
49
./rubyc --openssl-dir=/etc/ssl ./uffizzi --output=${{ inputs.darwin-bin-path }}
50
- name: Upload Artifacts
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
if: matrix.os == 'ubuntu-20.04'
53
with:
54
name: ${{ inputs.linux-bin-path }}
55
path: ${{ inputs.linux-bin-path }}
56
57
58
if: matrix.os == 'macos-12'
59
60
name: ${{ inputs.darwin-bin-path }}
0 commit comments