Skip to content

Commit 106b924

Browse files
authored
Bump version of action/upload-artifact (#288)
#287 bumps the version of download-artifact. We need to use a compatible version for upload-artifact.
1 parent e8e415a commit 106b924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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: |

.github/workflows/run-dacapo-chopin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}/

0 commit comments

Comments
 (0)