@@ -269,22 +269,22 @@ jobs:
269269 echo "artifact_version=${ARTIFACT_VERSION}" >> $GITHUB_OUTPUT
270270
271271 - name : Save Artifacts
272- uses : actions/upload-artifact@v4
272+ uses : actions/upload-artifact@v5
273273 with :
274274 name : ${{ env.PROJECT_ARTIFACT_NAME }}-${{ matrix.os }}-${{ steps.get-artifact-version.outputs.artifact_version }}-artifacts
275275 path : |
276276 ${{ inputs.artifactPath }}/target/*
277277
278278 - name : Save Event File
279- uses : actions/upload-artifact@v4
279+ uses : actions/upload-artifact@v5
280280 continue-on-error : true
281281 with :
282282 name : ${{ env.PROJECT_ARTIFACT_NAME }}-${{ matrix.os }}-${{ steps.get-artifact-version.outputs.artifact_version }}-events
283283 path : ${{ github.event_path }}
284284
285285 - name : Save Artifacts for Ubuntu Latest to be used for GPM publishing
286286 if : matrix.os == 'ubuntu-latest'
287- uses : actions/upload-artifact@v4
287+ uses : actions/upload-artifact@v5
288288 with :
289289 name : ${{ env.PROJECT_ARTIFACT_NAME }}-artifacts
290290 path : |
@@ -474,7 +474,7 @@ jobs:
474474
475475 - name : Archive Test Results - ${{ matrix.os }}
476476 if : ${{ always() }}
477- uses : actions/upload-artifact@v4
477+ uses : actions/upload-artifact@v5
478478 with :
479479 name : test-reports-jdk-${{ matrix.java }}-${{ matrix.os }}
480480 path : |
@@ -547,7 +547,7 @@ jobs:
547547 cp /tmp/ubuntu/${{ env.PROJECT_ARTIFACT_NAME }}-${{needs.build.outputs.artifact_version}}.pom /tmp/combined/
548548
549549 - name : Upload multiplatform artifact
550- uses : actions/upload-artifact@v4
550+ uses : actions/upload-artifact@v5
551551 with :
552552 name : multiplatform-artifacts
553553 path : |
0 commit comments