Skip to content

Commit b17db92

Browse files
authored
Update binary-build.yml
1 parent d1a8153 commit b17db92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/binary-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)