Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:


- name: Store artifacts
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfgs_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_bfgs_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfgs_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_bfgs_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfo_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_bfo_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_bfo_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_bfo_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_big_reduction_factor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_big_reduction_factor
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_dspd_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_dspd_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_dspd_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_dspd_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_lam_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_lam_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_lam_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_lam_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_nlopt_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_nlopt_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_nlopt_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_nlopt_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_nomad_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
test_nomad_gerad();

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_nomad_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_nomad_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_nomad_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_pads_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_pads_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_pads_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_pads_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_pbds_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_pbds_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_pbds_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_pbds_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_prima_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_prima_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_rbds_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_rbds_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_rbds_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_rbds_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_scbds_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_scbds_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_scbds_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_scbds_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_simplex_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_simplex_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_simplex_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_simplex_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/profile_small_reduction_factor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
parameters.log_profile = true; parameters.plot_fhist = true; plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_bds_small_reduction_factor
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:


- name: Store artifacts
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4
if: always() # Always run even if the workflow is canceled manually or due to overtime.
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Upload spelling errors summary
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: spelling_errors_summary
path: spelling_errors_summary.txt
2 changes: 1 addition & 1 deletion .github/workflows/test_StepTolerance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
test_StepTolerance(Algorithm, options);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_StepTolerance
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_badly_scaled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:


- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_badly_scaled_${{ matrix.solver }}_${{ matrix.competitor }}_${{ matrix.dim }}
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_default_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_default_big_${{ matrix.StepTolerance }}_${{ matrix.MaxFunctionEvaluations_dim_factor }}_${{ matrix.feature }}
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_default_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_default_small_${{ matrix.StepTolerance }}_${{ matrix.MaxFunctionEvaluations_dim_factor }}_${{ matrix.feature }}
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_dspd_num_random_vectors_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:


- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_dspd_num_random_vectors_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_dspd_num_random_vectors_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:


- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_dspd_num_random_vectors_small
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_forcing_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_forcing_function
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_initial_point_technique.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_initial_point_technique
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_permuting_period.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_permuting_period
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_reduction_ratio_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_big_reduction_ratio
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_reduction_ratio_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_small_reduction_ratio
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_replacement_delay_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_replacement_delay_big
path: ./tests/testdata
2 changes: 1 addition & 1 deletion .github/workflows/test_replacement_delay_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
plot_profile(parameters);

- name: Upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: test_replacement_delay_small
path: ./tests/testdata