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](3be87be14a...f023be2c48)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-12 03:10:43 +00:00
committed by Arthur Meyre
parent 47a97ed2a3
commit 8b7eebfc8a

View File

@@ -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/