From d47145678edbc4721b6eaeaf5f7c050dfa8877da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:05:12 +0000 Subject: [PATCH] chore(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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3bd76b..efb3af3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -174,7 +174,7 @@ jobs: run: | docker images docker save -o ubuntu-base-and-hub.tar base:ubuntu-dev hub:ubuntu-dev - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ubuntu-base-and-hub path: ubuntu-base-and-hub.tar @@ -218,7 +218,7 @@ jobs: docker save -o windows-base-and-hub.tar base:windows-dev hub:windows-dev zstd -z -12 --format=zstd windows-base-and-hub.tar - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: windows-base-and-hub path: C:/artifact/windows-base-and-hub.tar.zst