From fb7fd182de0d835fece2bd79d83a4f29ae9fef6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:24:12 +0000 Subject: [PATCH] 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/aspnetcore-sync.yml | 2 +- .github/workflows/jit-format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aspnetcore-sync.yml b/.github/workflows/aspnetcore-sync.yml index dac2581735cfe9..206e86e5be922d 100644 --- a/.github/workflows/aspnetcore-sync.yml +++ b/.github/workflows/aspnetcore-sync.yml @@ -42,7 +42,7 @@ jobs: mkdir ..\artifacts git status > ..\artifacts\status.txt git diff > ..\artifacts\diff.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: results path: artifacts diff --git a/.github/workflows/jit-format.yml b/.github/workflows/jit-format.yml index b396b7925e4856..7130e62fc0193a 100644 --- a/.github/workflows/jit-format.yml +++ b/.github/workflows/jit-format.yml @@ -46,7 +46,7 @@ jobs: ROOTFS_DIR: ${{ matrix.os.rootfs }} - name: Publish format.patch - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: path: runtime/format.patch name: format.${{matrix.os.name}}.patch