From 449eaae65b71e368647eeedff89977ece1412f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 12:06:21 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b010c5d..6903204 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -96,7 +96,7 @@ jobs: touch "$RUNNER_TEMP/digests/${digest#sha256:}" - name: Keep the digest for the merge job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.suffix }} path: ${{ runner.temp }}/digests/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7e7a79..45c81e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: cat "$RUNNER_TEMP/notes.md" >>"$GITHUB_STEP_SUMMARY" - name: Keep the changelog for the publish job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-notes path: ${{ runner.temp }}/notes.md @@ -126,7 +126,7 @@ jobs: (cd dist && sha256sum "$name.tar.gz" >"$name.tar.gz.sha256") - name: Keep the archive for the publish job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-${{ matrix.target }} path: |