File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 runs-on : ${{ matrix.os }}
2828 steps :
2929 - name : Checkout current branch (full)
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333
5252 run : tar cf targets.tar target zio-sqs/target zio-sqs-docs/target project/target
5353
5454 - name : Upload target directories
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v5
5656 with :
5757 name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
5858 path : targets.tar
6969 runs-on : ${{ matrix.os }}
7070 steps :
7171 - name : Checkout current branch (full)
72- uses : actions/checkout@v5
72+ uses : actions/checkout@v6
7373 with :
7474 fetch-depth : 0
7575
8585 uses : sbt/setup-sbt@v1
8686
8787 - name : Download target directories (3.3.7)
88- uses : actions/download-artifact@v5
88+ uses : actions/download-artifact@v6
8989 with :
9090 name : target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
9191
9595 rm targets.tar
9696
9797 - name : Download target directories (2.13.18)
98- uses : actions/download-artifact@v5
98+ uses : actions/download-artifact@v6
9999 with :
100100 name : target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
101101
You can’t perform that action at this time.
0 commit comments