3333 runs-on : ${{ matrix.os }}
3434 steps :
3535 - name : Checkout current branch (full)
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0
3939
9090 run : tar cf targets.tar target core/target cli/target project/target
9191
9292 - name : Upload target directories
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v5
9494 with :
9595 name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
9696 path : targets.tar
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ${{ matrix.os }}
108108 steps :
109109 - name : Checkout current branch (full)
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111 with :
112112 fetch-depth : 0
113113
@@ -155,7 +155,7 @@ jobs:
155155 uses : sbt/setup-sbt@v1
156156
157157 - name : Download target directories (2.12.20)
158- uses : actions/download-artifact@v5
158+ uses : actions/download-artifact@v6
159159 with :
160160 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
161161
@@ -165,7 +165,7 @@ jobs:
165165 rm targets.tar
166166
167167 - name : Download target directories (2.13.17)
168- uses : actions/download-artifact@v5
168+ uses : actions/download-artifact@v6
169169 with :
170170 name : target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
171171
0 commit comments