File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 run : |
5454 zip release.zip -r .
5555
56- - uses : actions/upload-artifact@v6
56+ - uses : actions/upload-artifact@v7
5757 with :
5858 name : release
5959 path : release.zip
7272 with :
7373 node-version : 20
7474
75- - uses : actions/download-artifact@v7
75+ - uses : actions/download-artifact@v8
7676 with :
7777 name : release
7878
@@ -144,7 +144,7 @@ jobs:
144144 version : ${{ steps.asset_version.outputs.version }}
145145
146146 steps :
147- - uses : actions/download-artifact@v7
147+ - uses : actions/download-artifact@v8
148148 with :
149149 name : build
150150
@@ -179,7 +179,7 @@ jobs:
179179 runs-on : [ubuntu-latest]
180180
181181 steps :
182- - uses : actions/download-artifact@v7
182+ - uses : actions/download-artifact@v8
183183 with :
184184 name : build
185185
You can’t perform that action at this time.
0 commit comments