File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 run : gh release create ${{ github.ref }} -F ReleaseNote.md
3131
3232 - name : Download cobj.exe
33- uses : actions/download-artifact@v5
33+ uses : actions/download-artifact@v6
3434 with :
3535 name : cobj.exe
3636
3737 - name : Download libcobj.jar
38- uses : actions/download-artifact@v5
38+ uses : actions/download-artifact@v6
3939 with :
4040 name : libcobj.jar
4141
Original file line number Diff line number Diff line change 2626 - name : Get the artifact name
2727 run : echo "ARTIFACT_NAME=${{ inputs.os }}" | sed 's/:/-/g' >> "$GITHUB_ENV"
2828
29- - uses : actions/download-artifact@v5
29+ - uses : actions/download-artifact@v6
3030 with :
3131 name : opensourcecobol4j-${{ env.ARTIFACT_NAME }}-opt_${{ inputs.configure-args }}
3232
Original file line number Diff line number Diff line change 3232 - name : Get the artifact name
3333 run : echo "ARTIFACT_NAME=${{ inputs.os }}" | sed 's/:/-/g' >> "$GITHUB_ENV"
3434
35- - uses : actions/download-artifact@v5
35+ - uses : actions/download-artifact@v6
3636 with :
3737 name : opensourcecobol4j-${{ env.ARTIFACT_NAME }}-opt_${{ inputs.configure-args }}
3838
Original file line number Diff line number Diff line change 2929 - name : Get the artifact name
3030 run : echo "ARTIFACT_NAME=${{ inputs.os }}" | sed 's/:/-/g' >> "$GITHUB_ENV"
3131
32- - uses : actions/download-artifact@v5
32+ - uses : actions/download-artifact@v6
3333 with :
3434 name : opensourcecobol4j-${{ env.ARTIFACT_NAME }}-opt_${{ inputs.configure-args }}
3535
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 - uses : actions/checkout@v5
1616
1717 - name : Download libcobj.jar
18- uses : actions/download-artifact@v5
18+ uses : actions/download-artifact@v6
1919 with :
2020 name : libcobj.jar
2121 path : libcobj/app/build/libs/
2222
2323 - name : Download cobj.exe
24- uses : actions/download-artifact@v5
24+ uses : actions/download-artifact@v6
2525 with :
2626 name : cobj.exe
2727 path : win/x64/Release/
You can’t perform that action at this time.
0 commit comments