From d97ead738b81c29c832f2b26548295e1a02ba832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:07:59 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ad1083e00..734aa9706 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -98,7 +98,7 @@ jobs: docker image save ranger-ims-web:dev | gzip -6 > images/web.tgz; - name: Upload Docker image artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: images path: images From 256351ff9ec4f86b99dd1813e880625ebc71b591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilfredo=20S=C3=A1nchez=20Vega?= Date: Tue, 16 Jan 2024 21:33:07 -0800 Subject: [PATCH 2/2] Update download-artifact also --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 734aa9706..019ee275b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -125,7 +125,7 @@ jobs: uses: actions/checkout@v4 - name: Download Docker image artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: images path: images