diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index b88f46368c61..07fc0475e023 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -273,7 +273,7 @@ jobs: # Download the results of the previous runs # The report file is extended with new results every next job run - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' continue-on-error: true with: @@ -426,7 +426,7 @@ jobs: unzip report.json.zip && mv report.json report_main.json - name: Download the report - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: report.json diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 617ebebf5750..586fd3f69a50 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -358,7 +358,7 @@ jobs: # Download the results of the previous runs # The report file is extended with new results every next job run - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' continue-on-error: true with: @@ -572,7 +572,7 @@ jobs: # Download the results of the previous runs # The report file is extended with new results every next job run - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' continue-on-error: true with: @@ -636,7 +636,7 @@ jobs: unzip report.json.zip && mv report.json report_main.json - name: Download the report - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: report.json @@ -712,7 +712,7 @@ jobs: unzip report.json.zip && mv report.json report_main.json - name: Download the report - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: report.json