Skip to content

Commit 16c9727

Browse files
authored
fix(ci): fix the artifact name for the Release workflow (#733)
Refs: f70fd7c
1 parent 6bfcd59 commit 16c9727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Download artifact
110110
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
111111
with:
112-
name: artifact-ubuntu-latest-python-3.11
112+
name: artifact-ubuntu-latest-python-3.12
113113
path: dist
114114

115115
# Verify hashes by first computing hashes for the artifacts and then comparing them

0 commit comments

Comments
 (0)