From 4afbcde813fff56d3239ef5b0fd26109036e4b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 07:43:24 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-model-regression-on-schedule.yml | 2 +- .github/workflows/ci-model-regression.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index b88f46368c61..b5dfde455743 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -302,7 +302,7 @@ jobs: - name: Upload an artifact with the report if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: report.json path: ./report.json diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 617ebebf5750..86f06b763ef6 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -387,7 +387,7 @@ jobs: - name: Upload an artifact with the report if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: report.json path: ./report.json @@ -600,7 +600,7 @@ jobs: cat $SUMMARY_FILE - name: Upload an artifact with the report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' with: name: report.json