From dc913eca96d95bb6564cbd71bd8ed1e4c469cfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:48:11 +0000 Subject: [PATCH] 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] --- .github/workflows/update-dependencies-from-metadata.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-dependencies-from-metadata.yml b/.github/workflows/update-dependencies-from-metadata.yml index 855cd4d7..d1300bc7 100644 --- a/.github/workflows/update-dependencies-from-metadata.yml +++ b/.github/workflows/update-dependencies-from-metadata.yml @@ -218,7 +218,7 @@ jobs: uses: actions/checkout@v3 - name: Download artifact files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: '${{ needs.retrieve.outputs.id }}-${{ matrix.includes.version }}-${{ matrix.includes.target }}' @@ -249,7 +249,7 @@ jobs: run: echo "checksum=$(cat ${{ steps.get-file-names.outputs.checksum-file }})" >> "$GITHUB_OUTPUT" - name: Download metadata.json - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: metadata.json @@ -298,7 +298,7 @@ jobs: echo "outputdir=$(mktemp -d)" >> "$GITHUB_OUTPUT" - name: Download metadata.json - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: metadata.json path: "${{ steps.make-outputdir.outputs.outputdir }}"