From 0c3632a5070e3e26acba9f17fe41e7b2c88f8838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:06:47 -0700 Subject: [PATCH] chore(ci) bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1c5e1ac0..2c80240f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -436,9 +436,9 @@ jobs: timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} steps: - name: Retrieve sibling release artifacts (legacy upload-artifact) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Retrieve sibling release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.7 with: pattern: release-artifacts-* merge-multiple: true