File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 zip -qq -r ./BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip *
8080
8181 - name : Upload build
82- uses : actions/upload-artifact@v5
82+ uses : actions/upload-artifact@v6
8383 with :
8484 name : BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}
8585 path : " ./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }}/BitMono-v${{ steps.project-build.outputs.version }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip"
@@ -298,7 +298,7 @@ jobs:
298298 cd ..
299299
300300 - name : Upload Unity Packages
301- uses : actions/upload-artifact@v5
301+ uses : actions/upload-artifact@v6
302302 with :
303303 name : BitMono-Unity-v${{ steps.cli-build.outputs.version }}-Unity${{ matrix.unity-version }}
304304 path : |
@@ -312,7 +312,7 @@ jobs:
312312 runs-on : ubuntu-latest
313313 steps :
314314 - name : Download all artifacts
315- uses : actions/download-artifact@v6
315+ uses : actions/download-artifact@v7
316316 with :
317317 path : ./artifacts
318318
You can’t perform that action at this time.
0 commit comments