From 67ce75eab3cc6b34bd968a099f93ca71a2f7bb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:14:39 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/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 ... 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 fc7008a0..7154fe6d 100644 --- a/.github/workflows/update-dependencies-from-metadata.yml +++ b/.github/workflows/update-dependencies-from-metadata.yml @@ -211,7 +211,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 }}' @@ -241,7 +241,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 @@ -290,7 +290,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 }}"