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
5959 run : tar cf targets.tar target project/target
6060
6161 - name : Upload target directories
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
6565 path : targets.tar
7676 runs-on : ${{ matrix.os }}
7777 steps :
7878 - name : Checkout current branch (full)
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080 with :
8181 fetch-depth : 0
8282
9292 uses : sbt/setup-sbt@v1
9393
9494 - name : Download target directories (2.12.20)
95- uses : actions/download-artifact@v5
95+ uses : actions/download-artifact@v6
9696 with :
9797 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
9898
@@ -102,7 +102,7 @@ jobs:
102102 rm targets.tar
103103
104104 - name : Download target directories (2.13.18)
105- uses : actions/download-artifact@v5
105+ uses : actions/download-artifact@v6
106106 with :
107107 name : target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
108108
@@ -112,7 +112,7 @@ jobs:
112112 rm targets.tar
113113
114114 - name : Download target directories (3.7.4)
115- uses : actions/download-artifact@v5
115+ uses : actions/download-artifact@v6
116116 with :
117117 name : target-${{ matrix.os }}-3.7.4-${{ matrix.java }}
118118
0 commit comments