File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 37
37
./mvnw -ntp -B --file pom.xml -Pall,dist package
38
38
39
39
- name : ' Upload build artifact'
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : artifacts
43
43
path : |
54
54
clean : true
55
55
56
56
- name : ' Download all artifacts'
57
-
57
+ uses : actions/download-artifact@v4
58
+ with :
59
+ path : artifacts
58
60
59
61
- name : ' Set up Java'
60
62
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
./mvnw -ntp -B --file pom.xml -Pall,dist package
154
154
155
155
- name : ' Upload build artifact'
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
with :
158
158
name : artifacts
159
159
path : |
@@ -171,7 +171,9 @@ jobs:
171
171
fetch-depth : 0
172
172
173
173
- name : ' Download all artifacts'
174
-
174
+ uses : actions/download-artifact@v4
175
+ with :
176
+ path : artifacts
175
177
176
178
- name : ' Set up Java'
177
179
uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments