File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : Find the package
4343 run : ' echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV'
4444 - name : Archive package as an artifact
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : package
4848 path : ${{ env.PKG }}
@@ -106,7 +106,7 @@ jobs:
106106 - name : Find the package
107107 run : ' echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV'
108108 - name : Archive package as an artifact
109- uses : actions/upload-artifact@v3
109+ uses : actions/upload-artifact@v5
110110 with :
111111 name : package
112112 path : ${{ env.PKG }}
@@ -166,7 +166,7 @@ jobs:
166166 GENERATOR : ${{ matrix.generator }}
167167 EXTRA_ARGS : ${{ matrix.args }}
168168 VCVER : ${{ matrix.vcver }}
169- - uses : actions/upload-artifact@v3
169+ - uses : actions/upload-artifact@v5
170170 with :
171171 name : package
172172 path : ' *.zip'
@@ -182,7 +182,7 @@ jobs:
182182 fetch-depth : 0
183183 - name : MacOS Build
184184 run : ./devops/build/ci-run.macos.sh
185- - uses : actions/upload-artifact@v3
185+ - uses : actions/upload-artifact@v5
186186 with :
187187 name : package
188188 path : ' *.zip'
You can’t perform that action at this time.
0 commit comments