Skip to content

Commit ab13e68

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a67a97 commit ab13e68

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
@@ -80,7 +80,7 @@ jobs:
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

.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@v5
25+
uses: actions/upload-artifact@v6
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
@@ -75,7 +75,7 @@ jobs:
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 }}
@@ -99,7 +99,7 @@ jobs:
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

.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@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

.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@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

.github/workflows/macos-wheels.yml

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

.github/workflows/macos.yml

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

.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@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

.github/workflows/windows.yml

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

0 commit comments

Comments
 (0)