File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 - name : Format check for C
4949 run : git diff --exit-code
5050
51- - uses : actions/upload-artifact@v3
51+ - uses : actions/upload-artifact@v4
5252 name : Upload artifacts
5353 if : ${{ matrix.java-version == 8 }}
5454 with :
@@ -124,7 +124,7 @@ jobs:
124124 - name : Tests
125125 run : mvn -B -V clean test site
126126
127- - uses : actions/upload-artifact@v3
127+ - uses : actions/upload-artifact@v4
128128 name : Upload Mac OS Artifacts
129129 if : ${{ matrix.os == 'macos-latest' && matrix.java-version == 8 }}
130130 with :
@@ -199,13 +199,13 @@ jobs:
199199 ${{ runner.os }}-maven-
200200
201201 - name : Download Docker binaries
202- uses : actions/download-artifact@v3
202+ uses : actions/download-artifact@v4.1.7
203203 with :
204204 name : docker-built-shared-objects
205205 path : src/main/resources/
206206
207207 - name : Download Mac binaries
208- uses : actions/download-artifact@v3
208+ uses : actions/download-artifact@v4.1.7
209209 with :
210210 name : macos-built-shared-objects
211211 path : src/main/resources/
You can’t perform that action at this time.
0 commit comments