File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8080 mv opensourcecobol4j.tar.gz opensourcecobol4j
8181
8282 - name : Upload an artifact
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : opensourcecobol4j-${{ env.ARTIFACT_NAME }}-opt_${{ inputs.configure-args }}
8686 path : opensourcecobol4j.tar.gz
Original file line number Diff line number Diff line change 5959 cp ./*.html coverage-report
6060
6161 - name : Archive a coverage report
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : code-coverage-report
6565 path : cobj/coverage-report/
Original file line number Diff line number Diff line change 8080
8181 - name : Upload log files if tests fail
8282 if : failure()
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : ${{ inputs.test-name }}-${{ env.ARTIFACT_NAME }}-log
8686 path : tests/${{ inputs.test-name }}.dir/
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343
4444 - name : Upload libcobj.jar
4545 if : ${{inputs.upload-artifacts}}
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4747 with :
4848 name : libcobj.jar
4949 path : libcobj/app/build/libs/libcobj.jar
5050
5151 - name : Upload cobj.exe
5252 if : ${{inputs.upload-artifacts}}
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : cobj.exe
5656 path : win/x64/Release/cobj.exe
You can’t perform that action at this time.
0 commit comments