From 04ce4e481b1058ae76a9238ea810a28259e1cc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:50:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.9 to 4.2.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...95815c38cf2ff2164869cbab79da8d1f422bc89e) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eeb9019784c..5108a4eccdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: steps: - name: "Download build" - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }} @@ -201,7 +201,7 @@ jobs: - name: "Download Build Artifacts" id: download-build-artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: pattern: "{sign-*-elixir-otp-*,Docs}" merge-multiple: true @@ -267,7 +267,7 @@ jobs: contents: write steps: - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}" merge-multiple: true @@ -312,7 +312,7 @@ jobs: FASTLY_KEY: ${{ secrets.HEX_FASTLY_KEY }} OTP_GENERIC_VERSION: "25" steps: - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: pattern: "{sign-*-elixir-otp-*,Docs}" merge-multiple: true