Skip to content

Commit 3b0e740

Browse files
committed
ci: replace download-artifact v1 with v4
1 parent 2dd87b6 commit 3b0e740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ jobs:
165165
node --version
166166
echo $DELTACHAT_NODE_TAR_GZ
167167
- name: Download Linux prebuild
168-
uses: actions/download-artifact@v1
168+
uses: actions/download-artifact@v4
169169
with:
170170
name: linux
171171
- name: Download macOS prebuild
172-
uses: actions/download-artifact@v1
172+
uses: actions/download-artifact@v4
173173
with:
174174
name: macos-latest
175175
- name: Download Windows prebuild
176-
uses: actions/download-artifact@v1
176+
uses: actions/download-artifact@v4
177177
with:
178178
name: windows-latest
179179
- shell: bash

0 commit comments

Comments
 (0)