84
84
85
85
- name : Upload target directories
86
86
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
90
90
path : targets.tar
@@ -118,7 +118,7 @@ jobs:
118
118
run : sbt +update
119
119
120
120
- name : Download target directories (2.12, rootJS)
121
- uses : actions/download-artifact@v3
121
+ uses : actions/download-artifact@v4
122
122
with :
123
123
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
124
124
@@ -128,7 +128,7 @@ jobs:
128
128
rm targets.tar
129
129
130
130
- name : Download target directories (2.12, rootJVM)
131
- uses : actions/download-artifact@v3
131
+ uses : actions/download-artifact@v4
132
132
with :
133
133
name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
134
134
@@ -138,7 +138,7 @@ jobs:
138
138
rm targets.tar
139
139
140
140
- name : Download target directories (2.13, rootJS)
141
- uses : actions/download-artifact@v3
141
+ uses : actions/download-artifact@v4
142
142
with :
143
143
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
144
144
@@ -148,7 +148,7 @@ jobs:
148
148
rm targets.tar
149
149
150
150
- name : Download target directories (2.13, rootJVM)
151
- uses : actions/download-artifact@v3
151
+ uses : actions/download-artifact@v4
152
152
with :
153
153
name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
154
154
@@ -158,7 +158,7 @@ jobs:
158
158
rm targets.tar
159
159
160
160
- name : Download target directories (3, rootJS)
161
- uses : actions/download-artifact@v3
161
+ uses : actions/download-artifact@v4
162
162
with :
163
163
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
164
164
@@ -168,7 +168,7 @@ jobs:
168
168
rm targets.tar
169
169
170
170
- name : Download target directories (3, rootJVM)
171
- uses : actions/download-artifact@v3
171
+ uses : actions/download-artifact@v4
172
172
with :
173
173
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
174
174
0 commit comments