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 5af07af commit f4be5f3Copy full SHA for f4be5f3
.github/workflows/build.yml
@@ -113,15 +113,15 @@ jobs:
113
| xargs -I '{}' gh api -X DELETE repos/${{ github.repository }}/releases/{}
114
115
- name: Download Build Artifacts
116
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
117
with:
118
name: zip-artifacts
119
path: artifacts/
120
- name: Display the Zip files that are going to be attached
121
run: ls -R artifacts/
122
123
- name: Download Release Notes
124
125
126
name: release-notes
127
path: notes/
0 commit comments