From 962268fd6b1bc1f439fba7d992e7c3a44e111e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:09:02 -0500 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 (#3121) --- .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 7538259d5b..99d88aba77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -414,7 +414,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Create release bundle with archives for all builds @@ -484,7 +484,7 @@ jobs: with: tools: release - name: Download Docker image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: postgrest-docker-x64 - name: Publish images on Docker Hub