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 48
48
- name : Format check for C
49
49
run : git diff --exit-code
50
50
51
- - uses : actions/upload-artifact@v3
51
+ - uses : actions/upload-artifact@v4
52
52
name : Upload artifacts
53
53
if : ${{ matrix.java-version == 8 }}
54
54
with :
@@ -124,7 +124,7 @@ jobs:
124
124
- name : Tests
125
125
run : mvn -B -V clean test site
126
126
127
- - uses : actions/upload-artifact@v3
127
+ - uses : actions/upload-artifact@v4
128
128
name : Upload Mac OS Artifacts
129
129
if : ${{ matrix.os == 'macos-latest' && matrix.java-version == 8 }}
130
130
with :
@@ -199,13 +199,13 @@ jobs:
199
199
${{ runner.os }}-maven-
200
200
201
201
- name : Download Docker binaries
202
- uses : actions/download-artifact@v3
202
+ uses : actions/download-artifact@v4.1.7
203
203
with :
204
204
name : docker-built-shared-objects
205
205
path : src/main/resources/
206
206
207
207
- name : Download Mac binaries
208
- uses : actions/download-artifact@v3
208
+ uses : actions/download-artifact@v4.1.7
209
209
with :
210
210
name : macos-built-shared-objects
211
211
path : src/main/resources/
You can’t perform that action at this time.
0 commit comments