Skip to content

Commit f926dfc

Browse files
updated upload artifact action
1 parent fafb6da commit f926dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make-binary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
chmod +x ./rubyc
4949
./rubyc --openssl-dir=/etc/ssl ./uffizzi --output=${{ inputs.darwin-bin-path }}
5050
- name: Upload Artifacts
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
if: matrix.os == 'ubuntu-20.04'
5353
with:
5454
name: ${{ inputs.linux-bin-path }}
5555
path: ${{ inputs.linux-bin-path }}
5656
- name: Upload Artifacts
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
if: matrix.os == 'macos-12'
5959
with:
6060
name: ${{ inputs.darwin-bin-path }}

0 commit comments

Comments
 (0)