File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 OPENJDK_PATH=$GITHUB_WORKSPACE/git/openjdk DEBUG_LEVEL=${{ inputs.debug-level }} OPENJDK_BUILD_TARGET=product-bundles ./.github/scripts/ci-build.sh
6565 working-directory : ./git/mmtk-openjdk
6666 - name : Upload bundles
67- uses : actions/upload-artifact@v3
67+ uses : actions/upload-artifact@v4
6868 with :
6969 name : linux-x86_64-server-${{ inputs.debug-level }}-bundles-${{ env.BUILD_SUFFIX }}
7070 path : |
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 RUN_ID=`sed -n 's/^Run id:.\(.*\)$/\1/p' < /tmp/running.stdout`
139139 echo "run-id=$RUN_ID" >> $GITHUB_OUTPUT
140140 - name : Upload running artifacts
141- uses : actions/upload-artifact@v3
141+ uses : actions/upload-artifact@v4
142142 with :
143143 name : linux-x86_64-${{ matrix.benchmark }}-${{ matrix.debug-level }}
144144 path : /tmp/${{ steps.extract-running-run-id.outputs.run-id }}/
You can’t perform that action at this time.
0 commit comments