52
52
id : pack
53
53
run : |
54
54
echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
55
- - uses : actions/upload-artifact@v3
55
+ - uses : actions/upload-artifact@v4
56
56
with :
57
57
name : package-tarball
58
58
path : ${{ steps.pack.outputs.tarball-name }}
74
74
75
75
steps :
76
76
- uses : actions/checkout@v4
77
- - uses : actions/download-artifact@v3
77
+ - uses : actions/download-artifact@v4.1.7
78
78
with :
79
79
name : package-tarball
80
80
- name : Use Node.js ${{ matrix.node-version }}
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
steps :
105
105
- uses : actions/checkout@v4
106
- - uses : actions/download-artifact@v3
106
+ - uses : actions/download-artifact@v4.1.7
107
107
with :
108
108
name : package-tarball
109
109
- name : Use Node.js ${{ matrix.node-version }}
@@ -133,7 +133,7 @@ jobs:
133
133
134
134
steps :
135
135
- uses : actions/checkout@v4
136
- - uses : actions/download-artifact@v3
136
+ - uses : actions/download-artifact@v4.1.7
137
137
with :
138
138
name : package-tarball
139
139
- name : Use Node.js ${{ matrix.node-version }}
@@ -161,7 +161,7 @@ jobs:
161
161
162
162
steps :
163
163
- uses : actions/checkout@v4
164
- - uses : actions/download-artifact@v3
164
+ - uses : actions/download-artifact@v4.1.7
165
165
with :
166
166
name : package-tarball
167
167
- name : Use Bun ${{ matrix.bun-version }}
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
steps :
193
193
- uses : actions/checkout@v4
194
- - uses : actions/download-artifact@v3
194
+ - uses : actions/download-artifact@v4.1.7
195
195
with :
196
196
name : package-tarball
197
197
- name : Use Deno ${{ matrix.deno-version }}
@@ -218,7 +218,7 @@ jobs:
218
218
219
219
steps :
220
220
- uses : actions/checkout@v4
221
- - uses : actions/download-artifact@v3
221
+ - uses : actions/download-artifact@v4.1.7
222
222
with :
223
223
name : package-tarball
224
224
- name : Use Node.js
0 commit comments