From 8b7eebfc8a620d7ed2d30ae0f92b0b96a9fd6472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 03:10:43 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2.0.10 to 2.1.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/3be87be14a055c47b01d3bd88f8fe02320a9bb60...f023be2c48cc18debc3bacd34cb396e0295e2869) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index cd08ac1be..1709c349d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -429,7 +429,7 @@ jobs: - name: Download Documentation if: ${{ fromJSON(steps.docs-push-infos.outputs.has-preprod) }} id: download - uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60 + uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 with: name: html-docs - name: Configure AWS credentials @@ -667,14 +667,14 @@ jobs: - name: Download Documentation if: ${{ success() && !cancelled() }} id: download-docs - uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60 + uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 with: name: html-docs path: ${{ env.ARTIFACTS_RAW_DIR }}/html_docs/ - name: Download changelog if: ${{ success() && !cancelled() }} id: download-changelog - uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60 + uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 with: name: changelog path: ${{ env.ARTIFACTS_RAW_DIR }}/changelog/