From e3a17698dc8756f7f95659effba9c2c18cd9903d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:52:41 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/build-iso-live.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-iso-live.yml b/.github/workflows/build-iso-live.yml index b435de9..0c66239 100644 --- a/.github/workflows/build-iso-live.yml +++ b/.github/workflows/build-iso-live.yml @@ -82,7 +82,7 @@ jobs: - name: Upload to Job Artifacts # if: github.event_name == 'pull_request' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: ${{ steps.image_ref.outputs.artifact_format }} if-no-files-found: error