4444 timeout-minutes : 60
4545 steps :
4646 - name : Checkout current branch (full)
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 with :
4949 fetch-depth : 0
5050
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Upload target directories
128128 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
129- uses : actions/upload-artifact@v4
129+ uses : actions/upload-artifact@v5
130130 with :
131131 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
132132 path : targets.tar
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ${{ matrix.os }}
143143 steps :
144144 - name : Checkout current branch (full)
145- uses : actions/checkout@v5
145+ uses : actions/checkout@v6
146146 with :
147147 fetch-depth : 0
148148
@@ -189,7 +189,7 @@ jobs:
189189 run : sbt +update
190190
191191 - name : Download target directories (2.12)
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v6
193193 with :
194194 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
195195
@@ -199,7 +199,7 @@ jobs:
199199 rm targets.tar
200200
201201 - name : Download target directories (2.13)
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v6
203203 with :
204204 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
205205
@@ -209,7 +209,7 @@ jobs:
209209 rm targets.tar
210210
211211 - name : Download target directories (3)
212- uses : actions/download-artifact@v4
212+ uses : actions/download-artifact@v6
213213 with :
214214 name : target-${{ matrix.os }}-${{ matrix.java }}-3
215215
@@ -252,7 +252,7 @@ jobs:
252252 runs-on : ${{ matrix.os }}
253253 steps :
254254 - name : Checkout current branch (full)
255- uses : actions/checkout@v5
255+ uses : actions/checkout@v6
256256 with :
257257 fetch-depth : 0
258258
@@ -313,7 +313,7 @@ jobs:
313313 runs-on : ${{ matrix.os }}
314314 steps :
315315 - name : Checkout current branch (full)
316- uses : actions/checkout@v5
316+ uses : actions/checkout@v6
317317 with :
318318 fetch-depth : 0
319319
0 commit comments