Skip to content

Commit 0d8cc80

Browse files
Update GitHub Artifact Actions
1 parent a8c1a6a commit 0d8cc80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: steps.cache_npm.outputs.cache-hit != 'true'
3535
run: tar --use-compress-program "zstd -T0 --long=31 -1" -cf node_modules.tar.zstd -P node_modules
3636
- name: Persisting node_modules artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: node_modules.tar.zstd
4040
path: node_modules.tar.zstd
@@ -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@v3
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@v3
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@v3
132+
uses: actions/download-artifact@v5
133133
with:
134134
name: node_modules.tar.zstd
135135
- name: Unarchive node_modules

0 commit comments

Comments
 (0)