From 89f40a8e9bd5151144843e8285602d3329629461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:05:52 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c63fe5e8..64f743e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v4 - name: Download image from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: backend-production path: /tmp @@ -244,7 +244,7 @@ jobs: uses: actions/checkout@v4 - name: Download image from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: /tmp