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 055ef24 commit fc5d6e3Copy full SHA for fc5d6e3
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
steps:
53
- name: Download Artifact
54
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
55
56
- name: Release
57
run: gh release upload ${{ github.ref_name }} build-*/* --repo ${{ github.repository }}
0 commit comments