From 495bb01b8cd4e70a58b90af3f8c5b68f2e887e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:41:11 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.2 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/eaceaf801fd36c7dee90939fad912460b18a1ffe...c850b930e6ba138125429b7e5c93fc707a7f8427) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/image-prs.yaml | 2 +- .github/workflows/image-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index 75582d2..6836091 100644 --- a/.github/workflows/image-prs.yaml +++ b/.github/workflows/image-prs.yaml @@ -107,7 +107,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: path: image-digest/ diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index 122bc5e..f6b3f19 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -82,7 +82,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 with: path: image-digest/