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