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 4164ad5 commit 6895b70Copy full SHA for 6895b70
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Install dependencies
79
run: pnpm install
80
- name: Download binaries
81
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
82
with:
83
path: ${{inputs.directory}}/prebuilds
84
pattern: prebuild-*
0 commit comments