File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9494 if : steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9595 run : zip build.zip -r .
9696
97- - uses : actions/upload-artifact@v6
97+ - uses : actions/upload-artifact@v7
9898 if : steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
9999 with :
100100 name : build
@@ -114,7 +114,7 @@ jobs:
114114 version : ${{ steps.asset_version.outputs.version }}
115115
116116 steps :
117- - uses : actions/download-artifact@v7
117+ - uses : actions/download-artifact@v8
118118 with :
119119 name : build
120120
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : [ubuntu-latest]
150150
151151 steps :
152- - uses : actions/download-artifact@v7
152+ - uses : actions/download-artifact@v8
153153 with :
154154 name : build
155155
You can’t perform that action at this time.
0 commit comments