diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59c1aa80351..faf1c872855 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: steps: - name: "Download build" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }} @@ -206,7 +206,7 @@ jobs: - name: "Download Build Artifacts" id: download-build-artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: "{sign-*-elixir-otp-*,Docs}" merge-multiple: true @@ -273,7 +273,7 @@ jobs: contents: write steps: - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}" merge-multiple: true @@ -324,7 +324,7 @@ jobs: echo "Required variables for uploading to hex.pm are not set up, skipping..." exit 1 - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: "{sign-*-elixir-otp-*,Docs}" merge-multiple: true