From c58928f86279b3c1fe52afb0e37295b3ee45d6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:54:22 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2bd0a11..963a265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -186,7 +186,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b5952b1..9e16d5d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,7 +87,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-*