3535 timeout-minutes : 60
3636 steps :
3737 - name : Checkout current branch (full)
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141
4545 - name : Setup Java (temurin@17)
4646 id : setup-java-temurin-17
4747 if : matrix.java == 'temurin@17'
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 distribution : temurin
5151 java-version : 17
9191
9292 - name : Upload target directories
9393 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9797 path : targets.tar
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ${{ matrix.os }}
108108 steps :
109109 - name : Checkout current branch (full)
110- uses : actions/checkout@v4
110+ uses : actions/checkout@v5
111111 with :
112112 fetch-depth : 0
113113
@@ -117,7 +117,7 @@ jobs:
117117 - name : Setup Java (temurin@17)
118118 id : setup-java-temurin-17
119119 if : matrix.java == 'temurin@17'
120- uses : actions/setup-java@v4
120+ uses : actions/setup-java@v5
121121 with :
122122 distribution : temurin
123123 java-version : 17
@@ -128,7 +128,7 @@ jobs:
128128 run : sbt +update
129129
130130 - name : Download target directories (2.12, diffsonJVM)
131- uses : actions/download-artifact@v4
131+ uses : actions/download-artifact@v6
132132 with :
133133 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-diffsonJVM
134134
@@ -138,7 +138,7 @@ jobs:
138138 rm targets.tar
139139
140140 - name : Download target directories (2.12, diffsonJS)
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-diffsonJS
144144
@@ -148,7 +148,7 @@ jobs:
148148 rm targets.tar
149149
150150 - name : Download target directories (2.12, diffsonNative)
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v6
152152 with :
153153 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-diffsonNative
154154
@@ -158,7 +158,7 @@ jobs:
158158 rm targets.tar
159159
160160 - name : Download target directories (2.13, diffsonJVM)
161- uses : actions/download-artifact@v4
161+ uses : actions/download-artifact@v6
162162 with :
163163 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-diffsonJVM
164164
@@ -168,7 +168,7 @@ jobs:
168168 rm targets.tar
169169
170170 - name : Download target directories (2.13, diffsonJS)
171- uses : actions/download-artifact@v4
171+ uses : actions/download-artifact@v6
172172 with :
173173 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-diffsonJS
174174
@@ -178,7 +178,7 @@ jobs:
178178 rm targets.tar
179179
180180 - name : Download target directories (2.13, diffsonNative)
181- uses : actions/download-artifact@v4
181+ uses : actions/download-artifact@v6
182182 with :
183183 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-diffsonNative
184184
@@ -188,7 +188,7 @@ jobs:
188188 rm targets.tar
189189
190190 - name : Download target directories (3, diffsonJVM)
191- uses : actions/download-artifact@v4
191+ uses : actions/download-artifact@v6
192192 with :
193193 name : target-${{ matrix.os }}-${{ matrix.java }}-3-diffsonJVM
194194
@@ -198,7 +198,7 @@ jobs:
198198 rm targets.tar
199199
200200 - name : Download target directories (3, diffsonJS)
201- uses : actions/download-artifact@v4
201+ uses : actions/download-artifact@v6
202202 with :
203203 name : target-${{ matrix.os }}-${{ matrix.java }}-3-diffsonJS
204204
@@ -208,7 +208,7 @@ jobs:
208208 rm targets.tar
209209
210210 - name : Download target directories (3, diffsonNative)
211- uses : actions/download-artifact@v4
211+ uses : actions/download-artifact@v6
212212 with :
213213 name : target-${{ matrix.os }}-${{ matrix.java }}-3-diffsonNative
214214
@@ -251,7 +251,7 @@ jobs:
251251 runs-on : ${{ matrix.os }}
252252 steps :
253253 - name : Checkout current branch (full)
254- uses : actions/checkout@v4
254+ uses : actions/checkout@v5
255255 with :
256256 fetch-depth : 0
257257
@@ -261,7 +261,7 @@ jobs:
261261 - name : Setup Java (temurin@17)
262262 id : setup-java-temurin-17
263263 if : matrix.java == 'temurin@17'
264- uses : actions/setup-java@v4
264+ uses : actions/setup-java@v5
265265 with :
266266 distribution : temurin
267267 java-version : 17
@@ -286,12 +286,12 @@ jobs:
286286 runs-on : ${{ matrix.os }}
287287 steps :
288288 - name : Checkout current branch (fast)
289- uses : actions/checkout@v4
289+ uses : actions/checkout@v5
290290
291291 - name : Setup Java (temurin@11)
292292 id : setup-java-temurin-11
293293 if : matrix.java == 'temurin@11'
294- uses : actions/setup-java@v4
294+ uses : actions/setup-java@v5
295295 with :
296296 distribution : temurin
297297 java-version : 11
0 commit comments