Skip to content

Commit 24be563

Browse files
Update GitHub Artifact Actions to v4
1 parent 24bf847 commit 24be563

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Archive node_modules
2424
run: tar --use-compress-program "zstd -T0 --long=31 -1" -cf node_modules.tar.zstd -P node_modules
2525
- name: Persisting node_modules artifact
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: node_modules.tar.zstd
2929
path: node_modules.tar.zstd
@@ -49,7 +49,7 @@ jobs:
4949
always-auth: true
5050
registry-url: https://registry.npmjs.org
5151
- name: Restore node_modules artifact
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: node_modules.tar.zstd
5555
- name: Unarchive node_modules
@@ -84,7 +84,7 @@ jobs:
8484
always-auth: true
8585
registry-url: https://registry.npmjs.org
8686
- name: Restore node_modules artifact
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: node_modules.tar.zstd
9090
- name: Unarchive node_modules
@@ -121,7 +121,7 @@ jobs:
121121
always-auth: true
122122
registry-url: https://registry.npmjs.org
123123
- name: Restore node_modules artifact
124-
uses: actions/download-artifact@v3
124+
uses: actions/download-artifact@v4
125125
with:
126126
name: node_modules.tar.zstd
127127
- name: Unarchive node_modules

0 commit comments

Comments
 (0)