File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 fail-fast : false
3737 steps :
3838 - uses : actions/checkout@v4
39- - uses : actions/download-artifact@v3
39+ - uses : actions/download-artifact@v4
4040 with :
4141 name : piped.jar
4242 - name : Create Version File
Original file line number Diff line number Diff line change 2727 dockerfile : ./Dockerfile.graalvm-jvm.ci
2828 steps :
2929 - uses : actions/checkout@v4
30- - uses : actions/download-artifact@v3
30+ - uses : actions/download-artifact@v4
3131 with :
3232 name : piped.jar
3333 - name : Create Version File
Original file line number Diff line number Diff line change 2424 - name : Run Build
2525 run : ./gradlew shadowJar
2626 - run : mv build/libs/piped-*-all.jar piped.jar
27- - uses : actions/upload-artifact@v3
27+ - uses : actions/upload-artifact@v4
2828 with :
2929 name : piped-old.jar
3030 path : piped.jar
5050 steps :
5151 - uses : actions/checkout@v4
5252 - run : echo "unknown" > VERSION
53- - uses : actions/download-artifact@v3
53+ - uses : actions/download-artifact@v4
5454 with :
5555 name : piped-old.jar
5656 - name : Build Old Image Locally
6363 - name : Start Docker-Compose services
6464 run : docker-compose -f ${{ matrix.docker-compose-file }} up -d && sleep ${{ matrix.sleep }}
6565 - run : rm piped.jar
66- - uses : actions/download-artifact@v3
66+ - uses : actions/download-artifact@v4
6767 with :
6868 name : piped.jar
6969 - name : Build New Image Locally
Original file line number Diff line number Diff line change 1818 - name : Run Build
1919 run : ./gradlew shadowJar
2020 - run : mv build/libs/piped-*-all.jar piped.jar
21- - uses : actions/upload-artifact@v3
21+ - uses : actions/upload-artifact@v4
2222 with :
2323 name : piped.jar
2424 path : piped.jar
You can’t perform that action at this time.
0 commit comments