File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
- name : Compress binaries
64
64
run : tar -zcvf install_bin.tgz install/*
65
65
- name : Upload Binaries
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : ${{ matrix.config_set }}
69
69
path : install_bin.tgz
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Compress binaries
107
107
run : tar -zcvf install_bin.tgz install/*
108
108
- name : Upload Binaries
109
- uses : actions/upload-artifact@v3
109
+ uses : actions/upload-artifact@v4
110
110
with :
111
111
name : ${{ matrix.config_set }}
112
112
path : install_bin.tgz
Original file line number Diff line number Diff line change 44
44
zip -r ../${{matrix.os_bin}}.zip bin/*
45
45
# Uploads binaries as artifacts (just as a backup)
46
46
- name : Upload Binaries
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : ${{matrix.os_bin}}
50
50
path : ${{matrix.os_bin}}.zip
You can’t perform that action at this time.
0 commit comments