From 83496fbcb864c650dcdb97be328657b708d7efcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 22:54:47 +0100 Subject: [PATCH] build(deps): bump actions/download-artifact from 2.1.0 to 3 (#2185) --- .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 2958bc5f6..1734c0766 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -294,7 +294,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - name: Download all artifacts - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3 with: path: artifacts - name: Create release bundle with archives for all builds @@ -357,7 +357,7 @@ jobs: with: tools: release - name: Download Docker image - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3 with: name: postgrest-docker-x64 - name: Publish images on Docker Hub