Skip to content

Commit 98c1ac2

Browse files
dependabot[bot]behrisch
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 883cf48 commit 98c1ac2

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/jupedsim-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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 }}
@@ -98,7 +98,7 @@ jobs:
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

.github/workflows/linux-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/macos-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

.github/workflows/windows-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)