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 @@ -101,7 +101,7 @@ jobs:
101101 mkdir -p "$top_dir/$artifacts" &&
102102 mv *.tar.* "$top_dir/$artifacts"/ &&
103103 echo "result=$artifacts" >>$GITHUB_OUTPUT
104- - uses : actions/upload-artifact@v4
104+ - uses : actions/upload-artifact@v5
105105 with :
106106 name : ${{ steps.build.outputs.result }}
107107 path : ${{ steps.build.outputs.result }}
@@ -167,7 +167,7 @@ jobs:
167167 mkdir -p "$artifacts" &&
168168 ./"${{ matrix.directory }}"/release.sh --output="$PWD/$artifacts/" 0-test &&
169169 echo "result=$artifacts" >>$GITHUB_OUTPUT
170- - uses : actions/upload-artifact@v4
170+ - uses : actions/upload-artifact@v5
171171 with :
172172 name : ${{ steps.build.outputs.result }}
173173 path : ${{ steps.build.outputs.result }}
@@ -304,7 +304,7 @@ jobs:
304304 if : matrix.artifact == 'build-installers'
305305 shell : bash
306306 run : ./installer/release.sh --include-self-check --output=$PWD/installer-${{ matrix.arch.name }} 0-test
307- - uses : actions/upload-artifact@v4
307+ - uses : actions/upload-artifact@v5
308308 if : matrix.artifact == 'build-installers'
309309 with :
310310 name : installer-${{ matrix.arch.name }}
You can’t perform that action at this time.
0 commit comments