File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5050 python tools/build_config/version.py --pep440 build_config/pyproject/sumo-data.toml pyproject.toml
5151 python -m build --wheel
5252
53- - uses : actions/upload-artifact@v6
53+ - uses : actions/upload-artifact@v7
5454 with :
5555 name : cibw-pure-wheels
5656 path : ./dist/*
@@ -154,7 +154,7 @@ jobs:
154154 mv wheelhouse ci_wheelhouse
155155 mv ci_wheelhouse/relocate wheelhouse
156156
157- - uses : actions/upload-artifact@v6
157+ - uses : actions/upload-artifact@v7
158158 with :
159159 name : cibw-wheels-${{ matrix.os }}-${{ matrix.manylinux }}
160160 path : ./wheelhouse/*.whl
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@v6
25+ uses : actions/upload-artifact@v7
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@v6
78+ uses : actions/upload-artifact@v7
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@v6
102+ uses : actions/upload-artifact@v7
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 @@ -151,14 +151,14 @@ jobs:
151151
152152 - name : Uploading test results
153153 if : failure()
154- uses : actions/upload-artifact@v6
154+ uses : actions/upload-artifact@v7
155155 with :
156156 name : texttesttmp-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}
157157 path : texttesttmp.zip
158158 if-no-files-found : warn
159159
160160 - name : Uploading artifacts (SUMO binaries)
161- uses : actions/upload-artifact@v6
161+ uses : actions/upload-artifact@v7
162162 with :
163163 name : ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}-binaries
164164 path : sumo/bin
Original file line number Diff line number Diff line change 6262 make CTEST_OUTPUT_ON_FAILURE=1 examples test
6363
6464 - name : Uploading artifacts (SUMO examples with outputs)
65- uses : actions/upload-artifact@v6
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : ${{ matrix.os }}-examples
6868 path : sumo/docs/examples
7777 sumo/tests/runTests.sh -b ci -v ci -finverse $PWD/sumo/tests/filter_files/macos_failures.txt
7878
7979 - name : Uploading artifacts (SUMO binaries and FMU)
80- uses : actions/upload-artifact@v6
80+ uses : actions/upload-artifact@v7
8181 with :
8282 name : ${{ matrix.os }}-binaries
8383 path : sumo/bin
9090 dmgenv/bin/python3 sumo/tools/build_config/buildMacOSInstaller.py --create-framework-pkg
9191
9292 - name : Uploading macOS installer pkg
93- uses : actions/upload-artifact@v6
93+ uses : actions/upload-artifact@v7
9494 with :
9595 name : ${{ matrix.os }}-installer-unsigned
9696 path : framework-pkg/*.pkg
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154
155155 - name : Uploading test results
156156 if : failure()
157- uses : actions/upload-artifact@v6
157+ uses : actions/upload-artifact@v7
158158 with :
159159 name : texttesttmp-${{ matrix.os }}-${{ matrix.manylinux }}-${{ matrix.python_version }}
160160 path : texttesttmp.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@v6
95+ uses : actions/upload-artifact@v7
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@v6
154+ uses : actions/upload-artifact@v7
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