diff --git a/.github/workflows/parallel_test.yml b/.github/workflows/parallel_test.yml index 878fa3fc..a1cdb7dc 100644 --- a/.github/workflows/parallel_test.yml +++ b/.github/workflows/parallel_test.yml @@ -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: | diff --git a/.github/workflows/profile_bfgs_big.yml b/.github/workflows/profile_bfgs_big.yml index 3abb1e9d..d8a5b56d 100644 --- a/.github/workflows/profile_bfgs_big.yml +++ b/.github/workflows/profile_bfgs_big.yml @@ -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 diff --git a/.github/workflows/profile_bfgs_small.yml b/.github/workflows/profile_bfgs_small.yml index de2cd376..b9de5719 100644 --- a/.github/workflows/profile_bfgs_small.yml +++ b/.github/workflows/profile_bfgs_small.yml @@ -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 diff --git a/.github/workflows/profile_bfo_big.yml b/.github/workflows/profile_bfo_big.yml index 65c10af3..dc47cfd8 100644 --- a/.github/workflows/profile_bfo_big.yml +++ b/.github/workflows/profile_bfo_big.yml @@ -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 diff --git a/.github/workflows/profile_bfo_small.yml b/.github/workflows/profile_bfo_small.yml index 178f2703..0e9e6cc0 100644 --- a/.github/workflows/profile_bfo_small.yml +++ b/.github/workflows/profile_bfo_small.yml @@ -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 diff --git a/.github/workflows/profile_big_reduction_factor.yml b/.github/workflows/profile_big_reduction_factor.yml index 876e740d..e7c0b56f 100644 --- a/.github/workflows/profile_big_reduction_factor.yml +++ b/.github/workflows/profile_big_reduction_factor.yml @@ -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 diff --git a/.github/workflows/profile_dspd_big.yml b/.github/workflows/profile_dspd_big.yml index 84fadfc5..81d97644 100644 --- a/.github/workflows/profile_dspd_big.yml +++ b/.github/workflows/profile_dspd_big.yml @@ -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 diff --git a/.github/workflows/profile_dspd_small.yml b/.github/workflows/profile_dspd_small.yml index 6d6ce3fe..6bd7b752 100644 --- a/.github/workflows/profile_dspd_small.yml +++ b/.github/workflows/profile_dspd_small.yml @@ -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 diff --git a/.github/workflows/profile_lam_big.yml b/.github/workflows/profile_lam_big.yml index cb8bc5bb..8214da0f 100644 --- a/.github/workflows/profile_lam_big.yml +++ b/.github/workflows/profile_lam_big.yml @@ -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 diff --git a/.github/workflows/profile_lam_small.yml b/.github/workflows/profile_lam_small.yml index d9281546..6e65eaae 100644 --- a/.github/workflows/profile_lam_small.yml +++ b/.github/workflows/profile_lam_small.yml @@ -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 diff --git a/.github/workflows/profile_nlopt_big.yml b/.github/workflows/profile_nlopt_big.yml index 0db43040..765a348b 100644 --- a/.github/workflows/profile_nlopt_big.yml +++ b/.github/workflows/profile_nlopt_big.yml @@ -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 diff --git a/.github/workflows/profile_nlopt_small.yml b/.github/workflows/profile_nlopt_small.yml index 9d6e1b42..8764a3c8 100644 --- a/.github/workflows/profile_nlopt_small.yml +++ b/.github/workflows/profile_nlopt_small.yml @@ -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 diff --git a/.github/workflows/profile_nomad_big.yml b/.github/workflows/profile_nomad_big.yml index 4471e2c6..d47afaea 100644 --- a/.github/workflows/profile_nomad_big.yml +++ b/.github/workflows/profile_nomad_big.yml @@ -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 diff --git a/.github/workflows/profile_nomad_small.yml b/.github/workflows/profile_nomad_small.yml index dd2f5f77..2076874d 100644 --- a/.github/workflows/profile_nomad_small.yml +++ b/.github/workflows/profile_nomad_small.yml @@ -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 diff --git a/.github/workflows/profile_pads_big.yml b/.github/workflows/profile_pads_big.yml index 1620d914..ff7bfb32 100644 --- a/.github/workflows/profile_pads_big.yml +++ b/.github/workflows/profile_pads_big.yml @@ -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 diff --git a/.github/workflows/profile_pads_small.yml b/.github/workflows/profile_pads_small.yml index 9ea2df7a..b9b0cf27 100644 --- a/.github/workflows/profile_pads_small.yml +++ b/.github/workflows/profile_pads_small.yml @@ -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 diff --git a/.github/workflows/profile_pbds_big.yml b/.github/workflows/profile_pbds_big.yml index 2a854dde..9df9ee36 100644 --- a/.github/workflows/profile_pbds_big.yml +++ b/.github/workflows/profile_pbds_big.yml @@ -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 diff --git a/.github/workflows/profile_pbds_small.yml b/.github/workflows/profile_pbds_small.yml index 113279b2..16c512a6 100644 --- a/.github/workflows/profile_pbds_small.yml +++ b/.github/workflows/profile_pbds_small.yml @@ -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 diff --git a/.github/workflows/profile_prima_big.yml b/.github/workflows/profile_prima_big.yml index 30a34117..1643d920 100644 --- a/.github/workflows/profile_prima_big.yml +++ b/.github/workflows/profile_prima_big.yml @@ -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 diff --git a/.github/workflows/profile_prima_small.yml b/.github/workflows/profile_prima_small.yml index 07454ae5..f1ac18df 100644 --- a/.github/workflows/profile_prima_small.yml +++ b/.github/workflows/profile_prima_small.yml @@ -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 diff --git a/.github/workflows/profile_rbds_big.yml b/.github/workflows/profile_rbds_big.yml index 368d877f..f34e9304 100644 --- a/.github/workflows/profile_rbds_big.yml +++ b/.github/workflows/profile_rbds_big.yml @@ -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 diff --git a/.github/workflows/profile_rbds_small.yml b/.github/workflows/profile_rbds_small.yml index cc0c59b4..d5741fdf 100644 --- a/.github/workflows/profile_rbds_small.yml +++ b/.github/workflows/profile_rbds_small.yml @@ -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 diff --git a/.github/workflows/profile_scbds_big.yml b/.github/workflows/profile_scbds_big.yml index d0ab0f25..485b77a3 100644 --- a/.github/workflows/profile_scbds_big.yml +++ b/.github/workflows/profile_scbds_big.yml @@ -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 diff --git a/.github/workflows/profile_scbds_small.yml b/.github/workflows/profile_scbds_small.yml index 26db0c64..ab06a0b9 100644 --- a/.github/workflows/profile_scbds_small.yml +++ b/.github/workflows/profile_scbds_small.yml @@ -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 diff --git a/.github/workflows/profile_simplex_big.yml b/.github/workflows/profile_simplex_big.yml index 27d9112b..a2602474 100644 --- a/.github/workflows/profile_simplex_big.yml +++ b/.github/workflows/profile_simplex_big.yml @@ -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 diff --git a/.github/workflows/profile_simplex_small.yml b/.github/workflows/profile_simplex_small.yml index 058b7cf3..fb93057d 100644 --- a/.github/workflows/profile_simplex_small.yml +++ b/.github/workflows/profile_simplex_small.yml @@ -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 diff --git a/.github/workflows/profile_small_reduction_factor.yml b/.github/workflows/profile_small_reduction_factor.yml index 4eef2e91..78bc62d4 100644 --- a/.github/workflows/profile_small_reduction_factor.yml +++ b/.github/workflows/profile_small_reduction_factor.yml @@ -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 diff --git a/.github/workflows/recursive_test.yml b/.github/workflows/recursive_test.yml index a214d708..d63ca9cf 100644 --- a/.github/workflows/recursive_test.yml +++ b/.github/workflows/recursive_test.yml @@ -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: | diff --git a/.github/workflows/spell_check.yml b/.github/workflows/spell_check.yml index a854e60c..ef7d7345 100644 --- a/.github/workflows/spell_check.yml +++ b/.github/workflows/spell_check.yml @@ -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 diff --git a/.github/workflows/test_StepTolerance.yml b/.github/workflows/test_StepTolerance.yml index 1da7f58b..7eda758d 100644 --- a/.github/workflows/test_StepTolerance.yml +++ b/.github/workflows/test_StepTolerance.yml @@ -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 diff --git a/.github/workflows/test_badly_scaled.yml b/.github/workflows/test_badly_scaled.yml index a53f46ba..22aee22b 100644 --- a/.github/workflows/test_badly_scaled.yml +++ b/.github/workflows/test_badly_scaled.yml @@ -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 diff --git a/.github/workflows/test_default_big.yml b/.github/workflows/test_default_big.yml index f7a5d54e..dede568a 100644 --- a/.github/workflows/test_default_big.yml +++ b/.github/workflows/test_default_big.yml @@ -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 diff --git a/.github/workflows/test_default_small.yml b/.github/workflows/test_default_small.yml index f8ca3e05..2b980ddc 100644 --- a/.github/workflows/test_default_small.yml +++ b/.github/workflows/test_default_small.yml @@ -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 diff --git a/.github/workflows/test_dspd_num_random_vectors_big.yml b/.github/workflows/test_dspd_num_random_vectors_big.yml index 0bc9b9e0..07b14b13 100644 --- a/.github/workflows/test_dspd_num_random_vectors_big.yml +++ b/.github/workflows/test_dspd_num_random_vectors_big.yml @@ -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 diff --git a/.github/workflows/test_dspd_num_random_vectors_small.yml b/.github/workflows/test_dspd_num_random_vectors_small.yml index 4cb88b8e..2f37111a 100644 --- a/.github/workflows/test_dspd_num_random_vectors_small.yml +++ b/.github/workflows/test_dspd_num_random_vectors_small.yml @@ -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 diff --git a/.github/workflows/test_forcing_function.yml b/.github/workflows/test_forcing_function.yml index 6dded37e..f853b8d0 100644 --- a/.github/workflows/test_forcing_function.yml +++ b/.github/workflows/test_forcing_function.yml @@ -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 diff --git a/.github/workflows/test_initial_point_technique.yml b/.github/workflows/test_initial_point_technique.yml index d63c22f2..0bc8d0b7 100644 --- a/.github/workflows/test_initial_point_technique.yml +++ b/.github/workflows/test_initial_point_technique.yml @@ -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 diff --git a/.github/workflows/test_permuting_period.yml b/.github/workflows/test_permuting_period.yml index 339aa853..81e7f3ad 100644 --- a/.github/workflows/test_permuting_period.yml +++ b/.github/workflows/test_permuting_period.yml @@ -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 diff --git a/.github/workflows/test_reduction_ratio_big.yml b/.github/workflows/test_reduction_ratio_big.yml index c1d31407..bbc70ccf 100644 --- a/.github/workflows/test_reduction_ratio_big.yml +++ b/.github/workflows/test_reduction_ratio_big.yml @@ -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 diff --git a/.github/workflows/test_reduction_ratio_small.yml b/.github/workflows/test_reduction_ratio_small.yml index 17f74cdf..512735ee 100644 --- a/.github/workflows/test_reduction_ratio_small.yml +++ b/.github/workflows/test_reduction_ratio_small.yml @@ -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 diff --git a/.github/workflows/test_replacement_delay_big.yml b/.github/workflows/test_replacement_delay_big.yml index aa18a4a0..c0b9c626 100644 --- a/.github/workflows/test_replacement_delay_big.yml +++ b/.github/workflows/test_replacement_delay_big.yml @@ -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 diff --git a/.github/workflows/test_replacement_delay_small.yml b/.github/workflows/test_replacement_delay_small.yml index 89f0ebe7..107d1d22 100644 --- a/.github/workflows/test_replacement_delay_small.yml +++ b/.github/workflows/test_replacement_delay_small.yml @@ -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