From dc3d3c9c3697e96f9c9620b425d2c1af9826928d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:33:37 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-review-listener.yml | 2 +- .github/workflows/rewrite-kernel-configs.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-review-listener.yml b/.github/workflows/pr-review-listener.yml index dfbbacc161..431c3360bc 100644 --- a/.github/workflows/pr-review-listener.yml +++ b/.github/workflows/pr-review-listener.yml @@ -13,7 +13,7 @@ jobs: - name: Save PR number run: echo "${{ github.event.pull_request.number }}" > pr.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: # unique name: includes workflow run id name: pr-number-${{ github.run_id }} diff --git a/.github/workflows/rewrite-kernel-configs.yml b/.github/workflows/rewrite-kernel-configs.yml index e527fcb323..f8a98a55de 100644 --- a/.github/workflows/rewrite-kernel-configs.yml +++ b/.github/workflows/rewrite-kernel-configs.yml @@ -162,7 +162,7 @@ jobs: - name: Upload artifact (per job; unique; overwrite safe) if: steps.collect.outputs.nothing_to_upload != 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: changes-${{ matrix.linuxfamily }}-${{ matrix.branch }}-${{ matrix.board }}-${{ github.run_attempt }} path: artifact/${{ matrix.linuxfamily }}-${{ matrix.branch }}-${{ matrix.board }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f102ec470f..d8b1421ca1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -52,7 +52,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif