8383
8484 - name : Upload target directories
8585 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v5
8787 with :
8888 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
8989 path : targets.tar
@@ -120,7 +120,7 @@ jobs:
120120 run : sbt +update
121121
122122 - name : Download target directories (2.13, rootJS)
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@v6
124124 with :
125125 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
126126
@@ -130,7 +130,7 @@ jobs:
130130 rm targets.tar
131131
132132 - name : Download target directories (2.13, rootJVM)
133- uses : actions/download-artifact@v4
133+ uses : actions/download-artifact@v6
134134 with :
135135 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
136136
@@ -140,7 +140,7 @@ jobs:
140140 rm targets.tar
141141
142142 - name : Download target directories (2.12, rootJS)
143- uses : actions/download-artifact@v4
143+ uses : actions/download-artifact@v6
144144 with :
145145 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
146146
@@ -150,7 +150,7 @@ jobs:
150150 rm targets.tar
151151
152152 - name : Download target directories (2.12, rootJVM)
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v6
154154 with :
155155 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
156156
@@ -160,7 +160,7 @@ jobs:
160160 rm targets.tar
161161
162162 - name : Download target directories (3, rootJS)
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v6
164164 with :
165165 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
166166
@@ -170,7 +170,7 @@ jobs:
170170 rm targets.tar
171171
172172 - name : Download target directories (3, rootJVM)
173- uses : actions/download-artifact@v4
173+ uses : actions/download-artifact@v6
174174 with :
175175 name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
176176
0 commit comments