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 64
64
OPENJDK_PATH=$GITHUB_WORKSPACE/git/openjdk DEBUG_LEVEL=${{ inputs.debug-level }} OPENJDK_BUILD_TARGET=product-bundles ./.github/scripts/ci-build.sh
65
65
working-directory : ./git/mmtk-openjdk
66
66
- name : Upload bundles
67
- uses : actions/upload-artifact@v3
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : linux-x86_64-server-${{ inputs.debug-level }}-bundles-${{ env.BUILD_SUFFIX }}
70
70
path : |
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
RUN_ID=`sed -n 's/^Run id:.\(.*\)$/\1/p' < /tmp/running.stdout`
139
139
echo "run-id=$RUN_ID" >> $GITHUB_OUTPUT
140
140
- name : Upload running artifacts
141
- uses : actions/upload-artifact@v3
141
+ uses : actions/upload-artifact@v4
142
142
with :
143
143
name : linux-x86_64-${{ matrix.benchmark }}-${{ matrix.debug-level }}
144
144
path : /tmp/${{ steps.extract-running-run-id.outputs.run-id }}/
You can’t perform that action at this time.
0 commit comments