File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979 castle-engine compile --os=linux --cpu=x86_64 --manifest-name=CastleEngineManifest.converter.xml
8080 castle-engine package --os=linux --cpu=x86_64
8181 - name : Archive Artifacts
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : windows-linux-builds
8585 path : |
@@ -135,7 +135,7 @@ jobs:
135135 echo "Packed to ${ZIPNAME}"
136136
137137 - name : Archive Artifacts
138- uses : actions/upload-artifact@v4
138+ uses : actions/upload-artifact@v5
139139 with :
140140 name : ${{ matrix.runner }}-build
141141 path : |
@@ -198,7 +198,7 @@ jobs:
198198 castle-engine package
199199
200200 - name : Archive Artifacts
201- uses : actions/upload-artifact@v4
201+ uses : actions/upload-artifact@v5
202202 with :
203203 name : raspberry-pi-${{ matrix.arch }}-build
204204 path : |
Original file line number Diff line number Diff line change 3434 # This way we have it even when comparing fails.
3535 # This is useful to later analyze, and to update test_scripts/run_tests_valid_output.txt .
3636 - name : Archive Artifacts (logs)
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v5
3838 with :
3939 name : logs
4040 path : |
You can’t perform that action at this time.
0 commit comments