From 299e938dace7e39ee2d318b81c8949d9f4ef0837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Mar 2022 03:07:31 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2.1.0 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/f023be2c48cc18debc3bacd34cb396e0295e2869...fb598a63ae348fa914e94cd0ff38f362e927b741) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 5cdb60b4b..7855852be 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -500,7 +500,7 @@ jobs: - name: Download Documentation if: ${{ fromJSON(steps.docs-push-infos.outputs.has-preprod) }} id: download - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: html-docs @@ -642,7 +642,7 @@ jobs: - name: Download Documentation if: ${{ success() && !cancelled() }} id: download-docs - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: html-docs path: ${{ env.ARTIFACTS_RAW_DIR }}/html_docs/ @@ -657,7 +657,7 @@ jobs: - name: Download changelog if: ${{ success() && !cancelled() }} id: download-changelog - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: changelog path: ${{ env.ARTIFACTS_RAW_DIR }}/changelog/ @@ -665,7 +665,7 @@ jobs: - name: Download python3 wheel if: ${{ success() && !cancelled() }} id: download-wheel - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: py3-wheel path: ${{ env.ARTIFACTS_PACKAGED_DIR }}/