3535 timeout-minutes : 60
3636 steps :
3737 - name : Checkout current branch (full)
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 0
4141
9191
9292 - name : Upload target directories
9393 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
9797 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
@@ -128,7 +128,7 @@ jobs:
128128 run : sbt +update
129129
130130 - name : Download target directories (2.13)
131- uses : actions/download-artifact@v4
131+ uses : actions/download-artifact@v6
132132 with :
133133 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
134134
@@ -138,7 +138,7 @@ jobs:
138138 rm targets.tar
139139
140140 - name : Download target directories (2.12)
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v6
142142 with :
143143 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
144144
@@ -148,7 +148,7 @@ jobs:
148148 rm targets.tar
149149
150150 - name : Download target directories (3)
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v6
152152 with :
153153 name : target-${{ matrix.os }}-${{ matrix.java }}-3
154154
@@ -191,7 +191,7 @@ jobs:
191191 runs-on : ${{ matrix.os }}
192192 steps :
193193 - name : Checkout current branch (full)
194- uses : actions/checkout@v5
194+ uses : actions/checkout@v6
195195 with :
196196 fetch-depth : 0
197197
@@ -226,7 +226,7 @@ jobs:
226226 runs-on : ${{ matrix.os }}
227227 steps :
228228 - name : Checkout current branch (full)
229- uses : actions/checkout@v5
229+ uses : actions/checkout@v6
230230 with :
231231 fetch-depth : 0
232232
0 commit comments