From 79a5046e7880d57c7bae7e7502812345b50fb1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:05:37 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-on-comment.yml | 2 +- .github/workflows/run-profiling.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-on-comment.yml b/.github/workflows/run-on-comment.yml index 2c1b310e09..6c30744243 100644 --- a/.github/workflows/run-on-comment.yml +++ b/.github/workflows/run-on-comment.yml @@ -194,7 +194,7 @@ jobs: - name: Upload artifact if requested if: "${{ inputs.artifact-path != '' }}" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-path }} diff --git a/.github/workflows/run-profiling.yaml b/.github/workflows/run-profiling.yaml index 1459497d89..da0ca98790 100644 --- a/.github/workflows/run-profiling.yaml +++ b/.github/workflows/run-profiling.yaml @@ -132,7 +132,7 @@ jobs: ## Upload the output as an artifact so we can push it to the profiling repository - name: Save results as artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ needs.set-variables.outputs.artifact-name }} path: ${{ needs.set-variables.outputs.profiling-output-dir }}