88
88
89
89
- name : Upload target directories
90
90
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
91
- uses : actions/upload-artifact@v3
91
+ uses : actions/upload-artifact@v4
92
92
with :
93
93
name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
94
94
path : targets.tar
@@ -122,7 +122,7 @@ jobs:
122
122
run : sbt +update
123
123
124
124
- name : Download target directories (2.12, rootJS)
125
- uses : actions/download-artifact@v3
125
+ uses : actions/download-artifact@v4
126
126
with :
127
127
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
128
128
@@ -132,7 +132,7 @@ jobs:
132
132
rm targets.tar
133
133
134
134
- name : Download target directories (2.12, rootJVM)
135
- uses : actions/download-artifact@v3
135
+ uses : actions/download-artifact@v4
136
136
with :
137
137
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
138
138
@@ -142,7 +142,7 @@ jobs:
142
142
rm targets.tar
143
143
144
144
- name : Download target directories (2.12, rootNative)
145
- uses : actions/download-artifact@v3
145
+ uses : actions/download-artifact@v4
146
146
with :
147
147
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative
148
148
@@ -152,7 +152,7 @@ jobs:
152
152
rm targets.tar
153
153
154
154
- name : Download target directories (2.13, rootJS)
155
- uses : actions/download-artifact@v3
155
+ uses : actions/download-artifact@v4
156
156
with :
157
157
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
158
158
@@ -162,7 +162,7 @@ jobs:
162
162
rm targets.tar
163
163
164
164
- name : Download target directories (2.13, rootJVM)
165
- uses : actions/download-artifact@v3
165
+ uses : actions/download-artifact@v4
166
166
with :
167
167
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
168
168
@@ -172,7 +172,7 @@ jobs:
172
172
rm targets.tar
173
173
174
174
- name : Download target directories (2.13, rootNative)
175
- uses : actions/download-artifact@v3
175
+ uses : actions/download-artifact@v4
176
176
with :
177
177
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
178
178
@@ -182,7 +182,7 @@ jobs:
182
182
rm targets.tar
183
183
184
184
- name : Download target directories (3, rootJS)
185
- uses : actions/download-artifact@v3
185
+ uses : actions/download-artifact@v4
186
186
with :
187
187
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
188
188
@@ -192,7 +192,7 @@ jobs:
192
192
rm targets.tar
193
193
194
194
- name : Download target directories (3, rootJVM)
195
- uses : actions/download-artifact@v3
195
+ uses : actions/download-artifact@v4
196
196
with :
197
197
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
198
198
@@ -202,7 +202,7 @@ jobs:
202
202
rm targets.tar
203
203
204
204
- name : Download target directories (3, rootNative)
205
- uses : actions/download-artifact@v3
205
+ uses : actions/download-artifact@v4
206
206
with :
207
207
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
208
208
0 commit comments