File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed
Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 7272 # CIBW_BUILD_VERBOSITY: 2
7373 MACOSX_DEPLOYMENT_TARGET : ' 14.0'
7474
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v5
7676 with :
7777 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
7878 path : ./wheelhouse/*.whl
@@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Uploading test results
158158 if : failure()
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 name : texttesttmp-${{ matrix.python_version }}-${{ matrix.os }}
162162 path : texttesttmp.zip
Original file line number Diff line number Diff line change 2222 paper-path : docs/JOSS/paper.md
2323
2424 - name : Upload
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : paper
2828 # This is the output path where Pandoc will write the compiled
Original file line number Diff line number Diff line change 7474 cmake --install jupedsim-build-${{ matrix.build_config }} --config ${{ matrix.build_config }}
7575
7676 - name : Uploading artifacts
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : jupedsim-${{ matrix.jps_version }}-${{ matrix.build_config }}
8080 path : jupedsim-install-${{ matrix.build_config }}
9898
9999 - name : Uploading test results
100100 if : failure()
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v5
102102 with :
103103 name : texttesttmp-${{ matrix.jps_version }}-${{ matrix.build_config }}
104104 path : D:/texttest/tt.zip
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
5757 # entrypoint: tools/build_config/build_wheels.sh
5858
5959 # - name: Uploading raw wheels (without auditwheel being applied)
60- # uses: actions/upload-artifact@v4
60+ # uses: actions/upload-artifact@v5
6161 # with:
6262 # name: manylinux-raw-wheels
6363 # path: dist
6464
6565 - name : Uploading artifacts (Python wheels)
6666 if : github.event.schedule != '5 8 * * *'
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 with :
6969 name : manylinux-wheels
7070 path : wheelhouse
@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Uploading test results
133133 if : failure()
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v5
135135 with :
136136 name : texttesttmp-${{ matrix.python_version }}
137137 path : texttesttmp.zip
Original file line number Diff line number Diff line change @@ -156,14 +156,14 @@ jobs:
156156
157157 - name : Uploading test results
158158 if : failure()
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 name : texttesttmp-${{ matrix.compiler }}-${{ matrix.build_type }}
162162 path : texttesttmp.zip
163163 if-no-files-found : warn
164164
165165 - name : Uploading artifacts (SUMO binaries)
166- uses : actions/upload-artifact@v4
166+ uses : actions/upload-artifact@v5
167167 with :
168168 name : linux-${{ matrix.compiler }}-${{ matrix.build_type }}-binaries
169169 path : sumo/bin
Original file line number Diff line number Diff line change 8080 if [[ "${{ matrix.python_version }}" == "3.12" ]]; then mv dist/eclipse_sumo-* `echo dist/eclipse_sumo-* | sed 's/cp312-cp312/py2.py3-none/'`; fi
8181
8282 - name : Uploading artifacts (Python wheels)
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : python-${{ matrix.python_version }}-${{ matrix.os }}-wheels
8686 path : dist
@@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Uploading test results
153153 if : failure()
154- uses : actions/upload-artifact@v4
154+ uses : actions/upload-artifact@v5
155155 with :
156156 name : texttesttmp-${{ matrix.python_version }}-${{ matrix.os }}
157157 path : texttesttmp.zip
Original file line number Diff line number Diff line change 7979 make CTEST_OUTPUT_ON_FAILURE=1 examples test
8080
8181 - name : Uploading artifacts (SUMO examples with outputs)
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : ${{ matrix.os }}-examples
8585 path : sumo/docs/examples
9191 sumo/tests/runTests.sh -b ci -v ci -ts meta
9292
9393 - name : Uploading artifacts (SUMO binaries and FMU)
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : ${{ matrix.os }}-binaries
9797 path : sumo/bin
@@ -104,7 +104,7 @@ jobs:
104104 dmgenv/bin/python3 sumo/tools/build_config/buildMacOSInstaller.py --create-framework-pkg
105105
106106 - name : Uploading macOS installer pkg
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v5
108108 with :
109109 name : ${{ matrix.os }}-installer-unsigned
110110 path : framework-pkg/*.pkg
Original file line number Diff line number Diff line change 9595
9696 - name : Uploading artifacts
9797 if : matrix.build_type == 'libsumo'
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : libsumo-python-${{ matrix.python_version }}-wheels
101101 path : dist
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Uploading artifacts
113113 if : matrix.build_type == 'sumo'
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 with :
116116 name : sumo-python-wheels
117117 path : dist
@@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Uploading test results
131131 if : failure()
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : texttesttmp-${{ matrix.build_type }}-${{ matrix.python_version }}
135135 path : D:/texttest_plain.zip
@@ -202,7 +202,7 @@ jobs:
202202
203203 - name : Uploading test results
204204 if : failure()
205- uses : actions/upload-artifact@v4
205+ uses : actions/upload-artifact@v5
206206 with :
207207 name : texttesttmp-installed-${{ matrix.python_version }}
208208 path : D:/texttest_installed.zip
Original file line number Diff line number Diff line change 9494 run : cmake --build build_msvc --config Release --target traas
9595
9696 - name : Uploading artifacts (SUMO binaries)
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : windows-${{ matrix.build_type }}-binaries
100100 path : bin
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Uploading test results
155155 if : failure()
156- uses : actions/upload-artifact@v4
156+ uses : actions/upload-artifact@v5
157157 with :
158158 name : texttesttmp-${{ matrix.build_type }}
159159 path : D:/texttest/tt.zip
You can’t perform that action at this time.
0 commit comments