build(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/v2.0.10...v2.1.0)

---
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-13 12:42:53 -05:00
committed by Steve Chavez
parent 031de4d35e
commit 6a3f8ca828
+2 -2
View File
@@ -292,7 +292,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Download all artifacts
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
with:
path: artifacts
- name: Create release bundle with archives for all builds
@@ -355,7 +355,7 @@ jobs:
with:
tools: release
- name: Download Docker image
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
with:
name: postgrest-docker-x64
- name: Publish images on Docker Hub