Skip to content

Commit b9bd9d8

Browse files
authored
ci: Fix deprecated action download-artifact
1 parent 5ba87f3 commit b9bd9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
cat RELEASE-NOTES
136136
137137
- name: Download binaries
138-
uses: actions/download-artifact@v3
138+
uses: actions/download-artifact@v4
139139
with:
140140
name: ${{ needs.build.outputs.bin-name }}
141141

0 commit comments

Comments
 (0)