From 1e9b348d7d1b9691769621af145fa5dda81376b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:55:59 +0200 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 (#995) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_latest_podman.yml | 4 ++-- .github/workflows/collection-continuous-integration.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_latest_podman.yml b/.github/workflows/build_latest_podman.yml index 08311d1..284336d 100644 --- a/.github/workflows/build_latest_podman.yml +++ b/.github/workflows/build_latest_podman.yml @@ -212,7 +212,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download Podman artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: podman-latest path: podman-artifact/ @@ -351,7 +351,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download Podman artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: podman-latest path: podman-artifact/ diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index e78b60f..4fc51bf 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -92,7 +92,7 @@ jobs: run: >- python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: collection path: .cache/collection-tarballs