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 2dd87b6 commit 3b0e740Copy full SHA for 3b0e740
.github/workflows/node-package.yml
@@ -165,15 +165,15 @@ jobs:
165
node --version
166
echo $DELTACHAT_NODE_TAR_GZ
167
- name: Download Linux prebuild
168
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
169
with:
170
name: linux
171
- name: Download macOS prebuild
172
173
174
name: macos-latest
175
- name: Download Windows prebuild
176
177
178
name: windows-latest
179
- shell: bash
0 commit comments