File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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@v4
39+ - uses : actions/download-artifact@v5
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@v4
30+ - uses : actions/download-artifact@v5
3131 with :
3232 name : piped.jar
3333 - name : Create Version File
Original file line number Diff line number Diff line change 5050 steps :
5151 - uses : actions/checkout@v4
5252 - run : echo "unknown" > VERSION
53- - uses : actions/download-artifact@v4
53+ - uses : actions/download-artifact@v5
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@v4
66+ - uses : actions/download-artifact@v5
6767 with :
6868 name : piped.jar
6969 - name : Build New Image Locally
You can’t perform that action at this time.
0 commit comments