From b0aab11e8e08c51532471de9c0a517d81fe3084b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 21:39:41 +0200 Subject: [PATCH] build(deps): bump actions/download-artifact from 2 to 3 (#457) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 0a335b122..5a220a08b 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -160,7 +160,7 @@ jobs: poetry build - name: Ensure all UCC UI files are in the final package run: ./.github/workflows/check_ucc_ui_files.sh - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: analysis-reports path: /tmp/analysis-reports