Skip to content

Commit 2c4c0f4

Browse files
Update actions/download-artifact action to v5
1 parent 0f455a1 commit 2c4c0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
always-auth: true
6060
registry-url: https://registry.npmjs.org
6161
- name: Restore node_modules artifact
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
name: node_modules.tar.zstd
6565
- name: Unarchive node_modules
@@ -93,7 +93,7 @@ jobs:
9393
always-auth: true
9494
registry-url: https://registry.npmjs.org
9595
- name: Restore node_modules artifact
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v5
9797
with:
9898
name: node_modules.tar.zstd
9999
- name: Unarchive node_modules
@@ -129,7 +129,7 @@ jobs:
129129
always-auth: true
130130
registry-url: https://registry.npmjs.org
131131
- name: Restore node_modules artifact
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v5
133133
with:
134134
name: node_modules.tar.zstd
135135
- name: Unarchive node_modules

0 commit comments

Comments
 (0)