From 0efc89c8886a756a323ab8dc2886521e2420889b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:55:00 +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/release.yml | 2 +- .github/workflows/vib-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3829703..7e5eaf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: recipe: 'recipe.yml' plugins: 'Vanilla-OS/vib-fsguard:v1.5.3' - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: Containerfile path: Containerfile diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 96e6112..cb45408 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -68,7 +68,7 @@ jobs: echo "HAS_UPDATES=$(cmp -s digest.txt last_digest.txt; echo $?)" >> "$GITHUB_ENV" - name: Upload current digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: digest path: digest.txt @@ -116,7 +116,7 @@ jobs: exit 1 fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: Containerfile path: Containerfile