We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e82e6d commit 14e5793Copy full SHA for 14e5793
1 file changed
.github/workflows/release.yml
@@ -287,10 +287,9 @@ jobs:
287
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
288
289
- name: ⏬Download all the build artifacts
290
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
291
with:
292
path: distributions
293
- - run: ls distributions
294
- name: ✨Github Release (version = ${{ github.event.release.name }})
295
uses: softprops/action-gh-release@v2
296
0 commit comments