5252 id : pack
5353 run : |
5454 echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
55- - uses : actions/upload-artifact@v3
55+ - uses : actions/upload-artifact@v4
5656 with :
5757 name : package-tarball
5858 path : ${{ steps.pack.outputs.tarball-name }}
7474
7575 steps :
7676 - uses : actions/checkout@v4
77- - uses : actions/download-artifact@v3
77+ - uses : actions/download-artifact@v4.1.7
7878 with :
7979 name : package-tarball
8080 - name : Use Node.js ${{ matrix.node-version }}
@@ -103,7 +103,7 @@ jobs:
103103
104104 steps :
105105 - uses : actions/checkout@v4
106- - uses : actions/download-artifact@v3
106+ - uses : actions/download-artifact@v4.1.7
107107 with :
108108 name : package-tarball
109109 - name : Use Node.js ${{ matrix.node-version }}
@@ -133,7 +133,7 @@ jobs:
133133
134134 steps :
135135 - uses : actions/checkout@v4
136- - uses : actions/download-artifact@v3
136+ - uses : actions/download-artifact@v4.1.7
137137 with :
138138 name : package-tarball
139139 - name : Use Node.js ${{ matrix.node-version }}
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - uses : actions/checkout@v4
164- - uses : actions/download-artifact@v3
164+ - uses : actions/download-artifact@v4.1.7
165165 with :
166166 name : package-tarball
167167 - name : Use Bun ${{ matrix.bun-version }}
@@ -191,7 +191,7 @@ jobs:
191191
192192 steps :
193193 - uses : actions/checkout@v4
194- - uses : actions/download-artifact@v3
194+ - uses : actions/download-artifact@v4.1.7
195195 with :
196196 name : package-tarball
197197 - name : Use Deno ${{ matrix.deno-version }}
@@ -218,7 +218,7 @@ jobs:
218218
219219 steps :
220220 - uses : actions/checkout@v4
221- - uses : actions/download-artifact@v3
221+ - uses : actions/download-artifact@v4.1.7
222222 with :
223223 name : package-tarball
224224 - name : Use Node.js
0 commit comments