From 3f7dc8617f00001af32b933d1f07387568cb854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:42:49 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.2 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9bc31d5ccc31df68ecc42ccf4149144866c47d8a...eaceaf801fd36c7dee90939fad912460b18a1ffe) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_production.yml | 4 ++-- .github/workflows/release_staging.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_production.yml b/.github/workflows/release_production.yml index dc1fb52ae75..d1eb9575dd6 100644 --- a/.github/workflows/release_production.yml +++ b/.github/workflows/release_production.yml @@ -43,7 +43,7 @@ jobs: with: node-version: 20 - name: Download Artifacts - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: dist path: dist @@ -81,7 +81,7 @@ jobs: uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 - name: Download Artifacts - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: dist path: dist diff --git a/.github/workflows/release_staging.yml b/.github/workflows/release_staging.yml index bd92f0d85ed..225bd460383 100644 --- a/.github/workflows/release_staging.yml +++ b/.github/workflows/release_staging.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 with: node-version: 20 - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe with: name: dist path: dist