Skip to content

Commit

Permalink
Merge pull request #155 from libprima/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.3.1

Bump actions/upload-artifact from 4.3.0 to 4.3.1
  • Loading branch information
zaikunzhang authored Feb 8, 2024
2 parents 0eb3e3c + 7d88064 commit 04d62d3
Show file tree
Hide file tree
Showing 46 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test_matlab_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: /Applications/MATLAB_R2023b.app/bin/matlab -batch "ver; root_dir = pwd(); cd(fullfile(root_dir, 'matlab/tests')); parallel('${{ matrix.solver }}'); copy_crash_dump_files(root_dir);"

- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_all_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}
Expand All @@ -203,7 +203,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), '/tmp/${{ matrix.solver }}_profile_prima/');
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}
Expand All @@ -134,7 +134,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_bobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), '/tmp/${{ matrix.solver }}_profile_prima/');
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}
Expand All @@ -151,7 +151,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_cobyla_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}
Expand All @@ -166,7 +166,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_cobyla_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}
Expand All @@ -174,7 +174,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.compiler_options }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_infnan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.compiler_options }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_int16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.compiler_options }}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_lincoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}
Expand All @@ -158,7 +158,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_lincoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}
Expand All @@ -168,7 +168,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_newuoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), '/tmp/${{ matrix.solver }}_profile_prima/');
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_newuoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), '/tmp/${{ matrix.solver }}_profile_prima/');
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}
Expand All @@ -151,7 +151,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), ['/tmp/', solver, '_profile_prima/']);
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}
Expand All @@ -186,7 +186,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
end
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}
Expand All @@ -186,7 +186,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), ['/tmp/', solver, '_profile_prima/']);
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}
Expand All @@ -157,7 +157,7 @@ jobs:
# - name: Move all artifacts to the current directory
# run: ls -al && mv */* ./ && ls -al
# - name: Upload all files
# uses: actions/upload-artifact@v4.3.0
# uses: actions/upload-artifact@v4.3.1
# with:
# name: all
# path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_uobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), '/tmp/${{ matrix.solver }}_profile_prima/');
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_uobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
movefile(fullfile(cd(), 'testdata', '*.txt'), '/tmp/${{ matrix.solver }}_profile_prima/');
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Move all artifacts to the current directory
run: ls -al && mv */* ./ && ls -al
- name: Upload all files
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: all
path: ./*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test_matlab_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: /Applications/MATLAB_R2023b.app/bin/matlab -batch "ver; root_dir = pwd(); cd(fullfile(root_dir, 'matlab/tests')); recursive('${{ matrix.solver }}'); copy_crash_dump_files(root_dir);"

- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
name: ${{ matrix.solver }}
Expand Down
Loading

0 comments on commit 04d62d3

Please sign in to comment.