From 7e972a3a868d3520dc7ed97f685c0c4cc6160cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 07:43:08 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-model-regression-on-schedule.yml | 4 ++-- .github/workflows/ci-model-regression.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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