From 298382993db3e49f81e0465fc4dce302fa6c3ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:18:12 +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/docker-merge-tags.yml | 4 ++-- .github/workflows/docker-tag-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-merge-tags.yml b/.github/workflows/docker-merge-tags.yml index 6293d9adfa..6cdb8a2e5f 100644 --- a/.github/workflows/docker-merge-tags.yml +++ b/.github/workflows/docker-merge-tags.yml @@ -29,13 +29,13 @@ jobs: platform: x86_64 - name: Download x86_64 tags file 📥 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.image }}-x86_64-tags path: /tmp/tags/ - name: Download aarch64 tags file 📥 if: inputs.image != 'tensorflow-notebook' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.image }}-aarch64-tags path: /tmp/tags/ diff --git a/.github/workflows/docker-tag-push.yml b/.github/workflows/docker-tag-push.yml index 868631d9dc..b700cb3c6d 100644 --- a/.github/workflows/docker-tag-push.yml +++ b/.github/workflows/docker-tag-push.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Download tags file 📥 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.image }}-${{ inputs.platform }}-tags path: /tmp/tags/