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 8080 # CIBW_BUILD_VERBOSITY: 2
8181 MACOSX_DEPLOYMENT_TARGET : ' 14.0'
8282
83- - uses : actions/upload-artifact@v5
83+ - uses : actions/upload-artifact@v6
8484 with :
8585 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8686 path : ./wheelhouse/*.whl
@@ -161,7 +161,7 @@ jobs:
161161
162162 - name : Uploading test results
163163 if : failure()
164- uses : actions/upload-artifact@v5
164+ uses : actions/upload-artifact@v6
165165 with :
166166 name : texttesttmp-${{ matrix.python_version }}-${{ matrix.os }}
167167 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@v5
25+ uses : actions/upload-artifact@v6
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 7575 cmake --install jupedsim-build-${{ matrix.build_config }} --config ${{ matrix.build_config }}
7676
7777 - name : Uploading artifacts
78- uses : actions/upload-artifact@v5
78+ uses : actions/upload-artifact@v6
7979 with :
8080 name : jupedsim-${{ matrix.jps_version }}-${{ matrix.build_config }}
8181 path : jupedsim-install-${{ matrix.build_config }}
9999
100100 - name : Uploading test results
101101 if : failure()
102- uses : actions/upload-artifact@v5
102+ uses : actions/upload-artifact@v6
103103 with :
104104 name : texttesttmp-${{ matrix.jps_version }}-${{ matrix.build_config }}
105105 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@v5
60+ # uses: actions/upload-artifact@v6
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@v5
67+ uses : actions/upload-artifact@v6
6868 with :
6969 name : manylinux-wheels
7070 path : wheelhouse
@@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Uploading test results
134134 if : failure()
135- uses : actions/upload-artifact@v5
135+ uses : actions/upload-artifact@v6
136136 with :
137137 name : texttesttmp-${{ matrix.python_version }}
138138 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@v5
159+ uses : actions/upload-artifact@v6
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@v5
166+ uses : actions/upload-artifact@v6
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 7777 if [[ "${{ matrix.python_version }}" != "3.12" ]]; then rm dist/eclipse_sumo-*; fi
7878
7979 - name : Uploading artifacts (Python wheels)
80- uses : actions/upload-artifact@v5
80+ uses : actions/upload-artifact@v6
8181 with :
8282 name : python-${{ matrix.python_version }}-${{ matrix.os }}-wheels
8383 path : dist
@@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Uploading test results
149149 if : failure()
150- uses : actions/upload-artifact@v5
150+ uses : actions/upload-artifact@v6
151151 with :
152152 name : texttesttmp-${{ matrix.python_version }}-${{ matrix.os }}
153153 path : texttesttmp.zip
Original file line number Diff line number Diff line change 7878 make CTEST_OUTPUT_ON_FAILURE=1 examples test
7979
8080 - name : Uploading artifacts (SUMO examples with outputs)
81- uses : actions/upload-artifact@v5
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : ${{ matrix.os }}-examples
8484 path : sumo/docs/examples
9090 sumo/tests/runTests.sh -b ci -v ci -ts meta
9191
9292 - name : Uploading artifacts (SUMO binaries and FMU)
93- uses : actions/upload-artifact@v5
93+ uses : actions/upload-artifact@v6
9494 with :
9595 name : ${{ matrix.os }}-binaries
9696 path : sumo/bin
@@ -103,7 +103,7 @@ jobs:
103103 dmgenv/bin/python3 sumo/tools/build_config/buildMacOSInstaller.py --create-framework-pkg
104104
105105 - name : Uploading macOS installer pkg
106- uses : actions/upload-artifact@v5
106+ uses : actions/upload-artifact@v6
107107 with :
108108 name : ${{ matrix.os }}-installer-unsigned
109109 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@v5
98+ uses : actions/upload-artifact@v6
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@v5
114+ uses : actions/upload-artifact@v6
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@v5
132+ uses : actions/upload-artifact@v6
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@v5
205+ uses : actions/upload-artifact@v6
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 9292 run : cmake --build build_msvc --config Release --target traas
9393
9494 - name : Uploading artifacts (SUMO binaries)
95- uses : actions/upload-artifact@v5
95+ uses : actions/upload-artifact@v6
9696 with :
9797 name : windows-${{ matrix.build_type }}-binaries
9898 path : bin
@@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Uploading test results
153153 if : failure()
154- uses : actions/upload-artifact@v5
154+ uses : actions/upload-artifact@v6
155155 with :
156156 name : texttesttmp-${{ matrix.build_type }}
157157 path : D:/texttest/tt.zip
You can’t perform that action at this time.
0 commit comments