3636 timeout-minutes : 60
3737 steps :
3838 - name : Checkout current branch (full)
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 fetch-depth : 0
4242
4646 - name : Setup Java (temurin@17)
4747 id : setup-java-temurin-17
4848 if : matrix.java == 'temurin@17'
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
5050 with :
5151 distribution : temurin
5252 java-version : 17
9292
9393 - name : Upload target directories
9494 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v5
9696 with :
9797 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9898 path : targets.tar
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ${{ matrix.os }}
109109 steps :
110110 - name : Checkout current branch (full)
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5
112112 with :
113113 fetch-depth : 0
114114
@@ -118,7 +118,7 @@ jobs:
118118 - name : Setup Java (temurin@17)
119119 id : setup-java-temurin-17
120120 if : matrix.java == 'temurin@17'
121- uses : actions/setup-java@v4
121+ uses : actions/setup-java@v5
122122 with :
123123 distribution : temurin
124124 java-version : 17
@@ -129,7 +129,7 @@ jobs:
129129 run : sbt +update
130130
131131 - name : Download target directories (2.13, rootJVM)
132- uses : actions/download-artifact@v4
132+ uses : actions/download-artifact@v6
133133 with :
134134 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
135135
@@ -139,7 +139,7 @@ jobs:
139139 rm targets.tar
140140
141141 - name : Download target directories (2.12, rootJVM)
142- uses : actions/download-artifact@v4
142+ uses : actions/download-artifact@v6
143143 with :
144144 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
145145
@@ -149,7 +149,7 @@ jobs:
149149 rm targets.tar
150150
151151 - name : Download target directories (3, rootJVM)
152- uses : actions/download-artifact@v4
152+ uses : actions/download-artifact@v6
153153 with :
154154 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
155155
@@ -192,7 +192,7 @@ jobs:
192192 runs-on : ${{ matrix.os }}
193193 steps :
194194 - name : Checkout current branch (full)
195- uses : actions/checkout@v4
195+ uses : actions/checkout@v5
196196 with :
197197 fetch-depth : 0
198198
@@ -202,7 +202,7 @@ jobs:
202202 - name : Setup Java (temurin@17)
203203 id : setup-java-temurin-17
204204 if : matrix.java == 'temurin@17'
205- uses : actions/setup-java@v4
205+ uses : actions/setup-java@v5
206206 with :
207207 distribution : temurin
208208 java-version : 17
@@ -227,12 +227,12 @@ jobs:
227227 runs-on : ${{ matrix.os }}
228228 steps :
229229 - name : Checkout current branch (fast)
230- uses : actions/checkout@v4
230+ uses : actions/checkout@v5
231231
232232 - name : Setup Java (temurin@11)
233233 id : setup-java-temurin-11
234234 if : matrix.java == 'temurin@11'
235- uses : actions/setup-java@v4
235+ uses : actions/setup-java@v5
236236 with :
237237 distribution : temurin
238238 java-version : 11
0 commit comments