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 6363 - name : Compress binaries
6464 run : tar -zcvf install_bin.tgz install/*
6565 - name : Upload Binaries
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v4
6767 with :
6868 name : ${{ matrix.config_set }}
6969 path : install_bin.tgz
@@ -106,7 +106,7 @@ jobs:
106106 - name : Compress binaries
107107 run : tar -zcvf install_bin.tgz install/*
108108 - name : Upload Binaries
109- uses : actions/upload-artifact@v3
109+ uses : actions/upload-artifact@v4
110110 with :
111111 name : ${{ matrix.config_set }}
112112 path : install_bin.tgz
Original file line number Diff line number Diff line change 4444 zip -r ../${{matrix.os_bin}}.zip bin/*
4545 # Uploads binaries as artifacts (just as a backup)
4646 - name : Upload Binaries
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : ${{matrix.os_bin}}
5050 path : ${{matrix.os_bin}}.zip
You can’t perform that action at this time.
0 commit comments