File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,21 +132,21 @@ jobs:
132132
133133 - name : Upload Artifact - Linux
134134 if : matrix.os == 'ubuntu-20.04' && matrix.staticcompile == 'ON'
135- uses : actions/upload-artifact@v3
135+ uses : actions/upload-artifact@v4
136136 with :
137137 name : cryptominisat5-linux-amd64
138138 path : cryptominisat/cryptominisat5
139139
140140 - name : Upload Artifact - Mac
141141 if : matrix.os == 'macos-13' && matrix.staticcompile == 'ON'
142- uses : actions/upload-artifact@v3
142+ uses : actions/upload-artifact@v4
143143 with :
144144 name : cryptominisat5-mac-amd64
145145 path : cryptominisat/cryptominisat5
146146
147147 - name : Upload Artifact - Windows
148148 if : matrix.os == 'windows-2022' && matrix.staticcompile == 'ON'
149- uses : actions/upload-artifact@v3
149+ uses : actions/upload-artifact@v4
150150 with :
151151 name : cryptominisat5-win64.exe
152152 path : cryptominisat\Release\cryptominisat5.exe
You can’t perform that action at this time.
0 commit comments