2828 runs-on : ${{ matrix.os }}
2929 steps :
3030 - name : Checkout current branch (full)
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
5353 run : tar cf targets.tar target project/target
5454
5555 - name : Upload target directories
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
5959 path : targets.tar
7070 runs-on : ${{ matrix.os }}
7171 steps :
7272 - name : Checkout current branch (full)
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474 with :
7575 fetch-depth : 0
7676
8686 uses : sbt/setup-sbt@v1
8787
8888 - name : Download target directories (2.11.12)
89- uses : actions/download-artifact@v5
89+ uses : actions/download-artifact@v6
9090 with :
9191 name : target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
9292
9696 rm targets.tar
9797
9898 - name : Download target directories (2.12.20)
99- uses : actions/download-artifact@v5
99+ uses : actions/download-artifact@v6
100100 with :
101101 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
102102
@@ -106,7 +106,7 @@ jobs:
106106 rm targets.tar
107107
108108 - name : Download target directories (2.13.17)
109- uses : actions/download-artifact@v5
109+ uses : actions/download-artifact@v6
110110 with :
111111 name : target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
112112
@@ -116,7 +116,7 @@ jobs:
116116 rm targets.tar
117117
118118 - name : Download target directories (3.3.7)
119- uses : actions/download-artifact@v5
119+ uses : actions/download-artifact@v6
120120 with :
121121 name : target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
122122
0 commit comments