From 6a3f8ca828620f8fa0192b92b2f31136ef8c516a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 04:16:54 +0000 Subject: [PATCH] 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] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 286cacaf9..f2d17b464 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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