File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5252 run : ./gradlew buildFatJar
5353
5454 - name : Archive production artifacts
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v7
5656 with :
5757 name : production-artifacts
5858 path : |
6767 - name : Checkout code
6868 uses : actions/checkout@v5
6969 - name : Download build artifact
70- uses : actions/download-artifact@v4
70+ uses : actions/download-artifact@v8
7171 with :
7272 name : production-artifacts
7373
Original file line number Diff line number Diff line change 4646 run : ./gradlew buildFatJar
4747
4848 - name : Archive production artifacts
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v7
5050 with :
5151 name : production-artifacts
5252 path : |
6161 - name : Checkout code
6262 uses : actions/checkout@v5
6363 - name : Download build artifact
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v8
6565 with :
6666 name : production-artifacts
6767
Original file line number Diff line number Diff line change 4646 run : ./gradlew buildFatJar
4747
4848 - name : Archive production artifacts
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v7
5050 with :
5151 name : production-artifacts
5252 path : |
6161 - name : Checkout code
6262 uses : actions/checkout@v5
6363 - name : Download build artifact
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v8
6565 with :
6666 name : production-artifacts
6767
You can’t perform that action at this time.
0 commit comments