File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : Upload target directories
124124 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
128128 path : targets.tar
@@ -185,7 +185,7 @@ jobs:
185185 run : sbt +update
186186
187187 - name : Download target directories (2.12)
188- uses : actions/download-artifact@v4
188+ uses : actions/download-artifact@v6
189189 with :
190190 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
191191
@@ -195,7 +195,7 @@ jobs:
195195 rm targets.tar
196196
197197 - name : Download target directories (2.13)
198- uses : actions/download-artifact@v4
198+ uses : actions/download-artifact@v6
199199 with :
200200 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
201201
You can’t perform that action at this time.
0 commit comments