File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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@v4
56+ - uses : actions/upload-artifact@v5
5757 with :
5858 name : release
5959 path : release.zip
7272 with :
7373 node-version : 18
7474
75- - uses : actions/download-artifact@v5
75+ - uses : actions/download-artifact@v6
7676 with :
7777 name : release
7878
@@ -119,7 +119,7 @@ jobs:
119119 if : steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
120120 run : zip build.zip -r .
121121
122- - uses : actions/upload-artifact@v4
122+ - uses : actions/upload-artifact@v5
123123 if : steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
124124 with :
125125 name : build
@@ -139,7 +139,7 @@ jobs:
139139 version : ${{ steps.asset_version.outputs.version }}
140140
141141 steps :
142- - uses : actions/download-artifact@v5
142+ - uses : actions/download-artifact@v6
143143 with :
144144 name : build
145145
@@ -174,7 +174,7 @@ jobs:
174174 runs-on : [ubuntu-latest]
175175
176176 steps :
177- - uses : actions/download-artifact@v5
177+ - uses : actions/download-artifact@v6
178178 with :
179179 name : build
180180
You can’t perform that action at this time.
0 commit comments