From 4503fea7fbc5cc5ae5aa1de10716f54de948af0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:56:25 -0400 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 in the github-actions group (#4134) build(deps): bump actions/download-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-copr.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-copr.yml b/.github/workflows/ci-copr.yml index 4981d4c4..f8383942 100644 --- a/.github/workflows/ci-copr.yml +++ b/.github/workflows/ci-copr.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts pattern: build-* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6caaa06..0eb1c18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: uses: actions/checkout@v4 - name: Download coverage artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: coverage-${{ matrix.name }} path: _coverage @@ -192,7 +192,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts pattern: build-* @@ -225,7 +225,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download homebrew artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: beta-Homebrew path: homebrew