We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f85b72 commit 6cec38eCopy full SHA for 6cec38e
.github/workflows/release.yml
@@ -135,17 +135,17 @@ jobs:
135
prerelease: false
136
137
- name: Download Linux Artifact
138
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4.1.7
139
with:
140
name: ${{ env.linux_artifact }}
141
142
- name: Download macOS Artifact
143
144
145
name: ${{ env.macos_artifact }}
146
147
- name: Download Windows Artifact
148
149
150
name: ${{ env.windows_artifact }}
151
0 commit comments