Skip to content

Commit f82d3a1

Browse files
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] <[email protected]>
1 parent 8fe5fa7 commit f82d3a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+73
-73
lines changed

.github/workflows/build_python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
- name: Build wheels
8484
uses: pypa/[email protected]
8585

86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v5
8787
with:
8888
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8989
path: ./wheelhouse/*.whl
9090

91-
- uses: actions/upload-artifact@v4
91+
- uses: actions/upload-artifact@v5
9292
with:
9393
name: coverage-report-${{ matrix.os }}-${{ strategy.job-index }}
9494
path: ./prima_htmlcov
@@ -103,7 +103,7 @@ jobs:
103103
- name: Build sdist
104104
run: pipx run build --sdist
105105

106-
- uses: actions/upload-artifact@v4
106+
- uses: actions/upload-artifact@v5
107107
with:
108108
name: cibw-sdist
109109
path: dist/*.tar.gz

.github/workflows/compile_mex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
testprima;
170170
171171
- name: Store artifacts
172-
uses: actions/upload-artifact@v4.3.1
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: prima-${{ matrix.os }}-${{ matrix.matlab }}
175175
path: |
@@ -227,7 +227,7 @@ jobs:
227227
# testprima;
228228

229229
# - name: Store artifacts
230-
# uses: actions/upload-artifact@v4.3.1
230+
# uses: actions/upload-artifact@v5
231231
# with:
232232
# name: prima-macos-arm64-${{ env.MATLAB_VERSION }}
233233
# path: |

.github/workflows/parallel_test_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
213213
214214
- name: Store artifacts
215-
uses: actions/upload-artifact@v4.3.1
215+
uses: actions/upload-artifact@v5
216216
if: always() # Always run even if the workflow is canceled manually or due to overtime.
217217
with:
218218
name: ${{ matrix.solver }}

.github/workflows/parallel_test_matlab_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ${{ env.MATLAB }} -nojvm -batch "ver; root_dir = pwd(); cd(fullfile(root_dir, 'matlab/tests')); parallel('${{ matrix.solver }}'); copy_crash_dump_files(root_dir, true);"
4545

4646
- name: Store artifacts
47-
uses: actions/upload-artifact@v4.3.1
47+
uses: actions/upload-artifact@v5
4848
if: always() # Always run even if the workflow is canceled manually or due to overtime.
4949
with:
5050
name: ${{ matrix.solver }}

.github/workflows/profile_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
printf "\n<<<<<<<<<<<<<<<<\n\n"
263263
264264
- name: Store artifacts
265-
uses: actions/upload-artifact@v4.3.1
265+
uses: actions/upload-artifact@v5
266266
if: always() # Always run even if the workflow is canceled manually or due to overtime.
267267
with:
268268
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -286,7 +286,7 @@ jobs:
286286
needs: test
287287
steps:
288288
- name: Merge Artifacts
289-
uses: actions/upload-artifact/merge@v4
289+
uses: actions/upload-artifact/merge@v5
290290
with:
291291
name: 00-merged-artifacts
292292
pattern: artifact-*

.github/workflows/profile_all_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
printf "\n<<<<<<<<<<<<<<<<\n\n"
266266
267267
- name: Store artifacts
268-
uses: actions/upload-artifact@v4.3.1
268+
uses: actions/upload-artifact@v5
269269
if: always() # Always run even if the workflow is canceled manually or due to overtime.
270270
with:
271271
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -305,7 +305,7 @@ jobs:
305305
needs: test
306306
steps:
307307
- name: Merge Artifacts
308-
uses: actions/upload-artifact/merge@v4
308+
uses: actions/upload-artifact/merge@v5
309309
with:
310310
name: 00-merged-artifacts
311311
pattern: artifact-*

.github/workflows/profile_bobyqa_small.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
printf "\n<<<<<<<<<<<<<<<<\n\n"
195195
196196
- name: Store artifacts
197-
uses: actions/upload-artifact@v4.3.1
197+
uses: actions/upload-artifact@v5
198198
if: always() # Always run even if the workflow is canceled manually or due to overtime.
199199
with:
200200
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.use_system_libgcc }}
@@ -218,7 +218,7 @@ jobs:
218218
needs: test
219219
steps:
220220
- name: Merge Artifacts
221-
uses: actions/upload-artifact/merge@v4
221+
uses: actions/upload-artifact/merge@v5
222222
with:
223223
name: 00-merged-artifacts
224224
pattern: artifact-*

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
printf "\n<<<<<<<<<<<<<<<<\n\n"
198198
199199
- name: Store artifacts
200-
uses: actions/upload-artifact@v4.3.1
200+
uses: actions/upload-artifact@v5
201201
if: always() # Always run even if the workflow is canceled manually or due to overtime.
202202
with:
203203
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.use_system_libgcc }}
@@ -236,7 +236,7 @@ jobs:
236236
needs: test
237237
steps:
238238
- name: Merge Artifacts
239-
uses: actions/upload-artifact/merge@v4
239+
uses: actions/upload-artifact/merge@v5
240240
with:
241241
name: 00-merged-artifacts
242242
pattern: artifact-*

.github/workflows/profile_cobyla_small.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
printf "\n<<<<<<<<<<<<<<<<\n\n"
233233
234234
- name: Store artifacts
235-
uses: actions/upload-artifact@v4.3.1
235+
uses: actions/upload-artifact@v5
236236
if: always() # Always run even if the workflow is canceled manually or due to overtime.
237237
with:
238238
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -256,7 +256,7 @@ jobs:
256256
needs: test
257257
steps:
258258
- name: Merge Artifacts
259-
uses: actions/upload-artifact/merge@v4
259+
uses: actions/upload-artifact/merge@v5
260260
with:
261261
name: 00-merged-artifacts
262262
pattern: artifact-*

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
printf "\n<<<<<<<<<<<<<<<<\n\n"
224224
225225
- name: Store artifacts
226-
uses: actions/upload-artifact@v4.3.1
226+
uses: actions/upload-artifact@v5
227227
if: always() # Always run even if the workflow is canceled manually or due to overtime.
228228
with:
229229
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -262,7 +262,7 @@ jobs:
262262
needs: test
263263
steps:
264264
- name: Merge Artifacts
265-
uses: actions/upload-artifact/merge@v4
265+
uses: actions/upload-artifact/merge@v5
266266
with:
267267
name: 00-merged-artifacts
268268
pattern: artifact-*

0 commit comments

Comments
 (0)