From 7e2958c02950159e8a8cd6c971a2abb941c19353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:20:43 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3.0.2 to 4.2.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9bc31d5ccc31df68ecc42ccf4149144866c47d8a...95815c38cf2ff2164869cbab79da8d1f422bc89e) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3b64e9d..fd04d6f 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -113,7 +113,7 @@ jobs: # Download digests # https://github.com/actions/download-artifact - name: Download digests - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: name: digests path: /tmp/digests