@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload target directories
103103 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v5
105105 with :
106106 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
107107 path : targets.tar
@@ -142,7 +142,7 @@ jobs:
142142 run : sbt +update
143143
144144 - name : Download target directories (2.13, rootJVM)
145- uses : actions/download-artifact@v4
145+ uses : actions/download-artifact@v6
146146 with :
147147 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
148148
@@ -152,7 +152,7 @@ jobs:
152152 rm targets.tar
153153
154154 - name : Download target directories (2.13, rootNative)
155- uses : actions/download-artifact@v4
155+ uses : actions/download-artifact@v6
156156 with :
157157 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative
158158
@@ -162,7 +162,7 @@ jobs:
162162 rm targets.tar
163163
164164 - name : Download target directories (3, rootJVM)
165- uses : actions/download-artifact@v4
165+ uses : actions/download-artifact@v6
166166 with :
167167 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
168168
@@ -172,7 +172,7 @@ jobs:
172172 rm targets.tar
173173
174174 - name : Download target directories (3, rootNative)
175- uses : actions/download-artifact@v4
175+ uses : actions/download-artifact@v6
176176 with :
177177 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative
178178
0 commit comments