From a58993cea550ef30d656949c1db46a8fa5bd06be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:32:27 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-keystone-py-image.yml | 2 +- .github/workflows/functional.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-keystone-py-image.yml b/.github/workflows/build-keystone-py-image.yml index b037914f..ed23f185 100644 --- a/.github/workflows/build-keystone-py-image.yml +++ b/.github/workflows/build-keystone-py-image.yml @@ -93,7 +93,7 @@ jobs: - build steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 58e791af..7c772d00 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -108,7 +108,7 @@ jobs: toolchain: stable - name: Fetch pre-built artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@abefc31eafcfbdf6c5336127c1346fdae79ff41c # v5.0.0 with: name: keystone @@ -255,7 +255,7 @@ jobs: python-version: '3.12' - name: Fetch pre-built artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@abefc31eafcfbdf6c5336127c1346fdae79ff41c # v5.0.0 with: name: keystone