8686
8787 - name : Upload target directories
8888 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/3.x')
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 with :
9191 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9292 path : targets.tar
@@ -136,7 +136,7 @@ jobs:
136136 run : sbt +update
137137
138138 - name : Download target directories (3, fs2-awsJS)
139- uses : actions/download-artifact@v4
139+ uses : actions/download-artifact@v6
140140 with :
141141 name : target-${{ matrix.os }}-${{ matrix.java }}-3-fs2-awsJS
142142
@@ -146,7 +146,7 @@ jobs:
146146 rm targets.tar
147147
148148 - name : Download target directories (3, fs2-awsJVM)
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v6
150150 with :
151151 name : target-${{ matrix.os }}-${{ matrix.java }}-3-fs2-awsJVM
152152
@@ -156,7 +156,7 @@ jobs:
156156 rm targets.tar
157157
158158 - name : Download target directories (2.13, fs2-awsJS)
159- uses : actions/download-artifact@v4
159+ uses : actions/download-artifact@v6
160160 with :
161161 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-fs2-awsJS
162162
@@ -166,7 +166,7 @@ jobs:
166166 rm targets.tar
167167
168168 - name : Download target directories (2.13, fs2-awsJVM)
169- uses : actions/download-artifact@v4
169+ uses : actions/download-artifact@v6
170170 with :
171171 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-fs2-awsJVM
172172
@@ -176,7 +176,7 @@ jobs:
176176 rm targets.tar
177177
178178 - name : Download target directories (2.12, fs2-awsJS)
179- uses : actions/download-artifact@v4
179+ uses : actions/download-artifact@v6
180180 with :
181181 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-fs2-awsJS
182182
@@ -186,7 +186,7 @@ jobs:
186186 rm targets.tar
187187
188188 - name : Download target directories (2.12, fs2-awsJVM)
189- uses : actions/download-artifact@v4
189+ uses : actions/download-artifact@v6
190190 with :
191191 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-fs2-awsJVM
192192
0 commit comments