From 2017853809619268b87f443811f0e4738b1fff8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:33:53 +0000 Subject: [PATCH] [GHA] Bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/lint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0910b0394..abcc61a07 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: ${{ runner.os }}-pip- - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v7" with: name: "pulp_cli_packages" - name: "Set up Python" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47839fec6..25ab5233a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: "actions/checkout@v5" - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v7" with: name: "pulp_cli_packages" - name: "Set up Python" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a4a4fccc..63be88265 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: ${{ runner.os }}-pip- - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v7" with: name: "pulp_cli_packages" - name: "Set up Python" @@ -82,7 +82,7 @@ jobs: ${{ runner.os }}-pip- - name: "Download wheels" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v7" with: name: "pulp_cli_packages" - name: "Set up Python"