Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 }}

Expand DownExpand Up@@ -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
Expand DownExpand Up@@ -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
Expand DownExpand Up@@ -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
Expand Down
Loading