Skip to content

Commit 4c7a05d

Browse files
authored
Merge pull request libprima#279 from libprima/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents f66349c + 62c4fd6 commit 4c7a05d

45 files changed

Lines changed: 70 additions & 70 deletions

Some content is hidden

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

.github/workflows/build_python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
- name: Build wheels
8585
uses: pypa/cibuildwheel@v3.3.1
8686

87-
- uses: actions/upload-artifact@v6
87+
- uses: actions/upload-artifact@v7
8888
with:
8989
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
9090
path: ./wheelhouse/*.whl
9191

92-
- uses: actions/upload-artifact@v6
92+
- uses: actions/upload-artifact@v7
9393
with:
9494
name: coverage-report-${{ matrix.os }}-${{ strategy.job-index }}
9595
path: ./prima_htmlcov
@@ -104,7 +104,7 @@ jobs:
104104
- name: Build sdist
105105
run: pipx run build --sdist
106106

107-
- uses: actions/upload-artifact@v6
107+
- uses: actions/upload-artifact@v7
108108
with:
109109
name: cibw-sdist
110110
path: dist/*.tar.gz

.github/workflows/compile_mex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
testprima;
171171
172172
- name: Store artifacts
173-
uses: actions/upload-artifact@v6
173+
uses: actions/upload-artifact@v7
174174
with:
175175
name: prima-${{ matrix.os }}-${{ matrix.matlab }}
176176
path: |
@@ -228,7 +228,7 @@ jobs:
228228
# testprima;
229229

230230
# - name: Store artifacts
231-
# uses: actions/upload-artifact@v6
231+
# uses: actions/upload-artifact@v7
232232
# with:
233233
# name: prima-macos-arm64-${{ env.MATLAB_VERSION }}
234234
# 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@v6
215+
uses: actions/upload-artifact@v7
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
@@ -60,7 +60,7 @@ jobs:
6060
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);"
6161

6262
- name: Store artifacts
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
if: always() # Always run even if the workflow is canceled manually or due to overtime.
6565
with:
6666
name: ${{ matrix.solver }}

.github/workflows/profile_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
printf "\n<<<<<<<<<<<<<<<<\n\n"
261261
262262
- name: Store artifacts
263-
uses: actions/upload-artifact@v6
263+
uses: actions/upload-artifact@v7
264264
if: always() # Always run even if the workflow is canceled manually or due to overtime.
265265
with:
266266
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -284,7 +284,7 @@ jobs:
284284
needs: test
285285
steps:
286286
- name: Merge Artifacts
287-
uses: actions/upload-artifact/merge@v6
287+
uses: actions/upload-artifact/merge@v7
288288
with:
289289
name: 00-merged-artifacts
290290
pattern: artifact-*

.github/workflows/profile_all_sq.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@v6
265+
uses: actions/upload-artifact@v7
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.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -287,7 +287,7 @@ jobs:
287287
needs: test
288288
steps:
289289
- name: Merge Artifacts
290-
uses: actions/upload-artifact/merge@v6
290+
uses: actions/upload-artifact/merge@v7
291291
with:
292292
name: 00-merged-artifacts
293293
pattern: artifact-*

.github/workflows/profile_bobyqa_small.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
printf "\n<<<<<<<<<<<<<<<<\n\n"
192192
193193
- name: Store artifacts
194-
uses: actions/upload-artifact@v6
194+
uses: actions/upload-artifact@v7
195195
if: always() # Always run even if the workflow is canceled manually or due to overtime.
196196
with:
197197
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.use_system_libgcc }}
@@ -215,7 +215,7 @@ jobs:
215215
needs: test
216216
steps:
217217
- name: Merge Artifacts
218-
uses: actions/upload-artifact/merge@v6
218+
uses: actions/upload-artifact/merge@v7
219219
with:
220220
name: 00-merged-artifacts
221221
pattern: artifact-*

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
printf "\n<<<<<<<<<<<<<<<<\n\n"
194194
195195
- name: Store artifacts
196-
uses: actions/upload-artifact@v6
196+
uses: actions/upload-artifact@v7
197197
if: always() # Always run even if the workflow is canceled manually or due to overtime.
198198
with:
199199
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.use_system_libgcc }}
@@ -217,7 +217,7 @@ jobs:
217217
needs: test
218218
steps:
219219
- name: Merge Artifacts
220-
uses: actions/upload-artifact/merge@v6
220+
uses: actions/upload-artifact/merge@v7
221221
with:
222222
name: 00-merged-artifacts
223223
pattern: artifact-*

.github/workflows/profile_cobyla_small.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
printf "\n<<<<<<<<<<<<<<<<\n\n"
231231
232232
- name: Store artifacts
233-
uses: actions/upload-artifact@v6
233+
uses: actions/upload-artifact@v7
234234
if: always() # Always run even if the workflow is canceled manually or due to overtime.
235235
with:
236236
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -254,7 +254,7 @@ jobs:
254254
needs: test
255255
steps:
256256
- name: Merge Artifacts
257-
uses: actions/upload-artifact/merge@v6
257+
uses: actions/upload-artifact/merge@v7
258258
with:
259259
name: 00-merged-artifacts
260260
pattern: artifact-*

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
printf "\n<<<<<<<<<<<<<<<<\n\n"
220220
221221
- name: Store artifacts
222-
uses: actions/upload-artifact@v6
222+
uses: actions/upload-artifact@v7
223223
if: always() # Always run even if the workflow is canceled manually or due to overtime.
224224
with:
225225
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
@@ -243,7 +243,7 @@ jobs:
243243
needs: test
244244
steps:
245245
- name: Merge Artifacts
246-
uses: actions/upload-artifact/merge@v6
246+
uses: actions/upload-artifact/merge@v7
247247
with:
248248
name: 00-merged-artifacts
249249
pattern: artifact-*

0 commit comments

Comments
 (0)