diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7badfc0ae1..db3dfb540f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: steps: - name: "Download build" - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }} @@ -202,7 +202,7 @@ jobs: - name: "Download Build Artifacts" id: download-build-artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: "{sign-*-elixir-otp-*,Docs}" merge-multiple: true @@ -268,7 +268,7 @@ jobs: contents: write steps: - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}" merge-multiple: true @@ -316,7 +316,7 @@ jobs: echo "Required variables for uploading to hex.pm are not set up, skipping..." exit 1 - - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: pattern: "{sign-*-elixir-otp-*,Docs}" merge-multiple: true