From 9cac9d86395293bf22d6ea2970cf473913f688ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:04:29 +0000 Subject: [PATCH] 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 | 6 +++--- .github/workflows/PR-build.yml | 2 +- .github/workflows/perf.yml | 2 +- .github/workflows/rollback.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 076abe9d9..e575c5aa2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -206,7 +206,7 @@ jobs: - uses: actions/checkout@v4 - name: Download built artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binary_artifacts path: build @@ -433,7 +433,7 @@ jobs: - name: Download built artifacts if: steps.cached_ssm.outputs.cache-hit != 'true' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: msi_artifacts path: "${{ env.PACKAGING_ROOT }}" @@ -479,7 +479,7 @@ jobs: - name: Download built artifacts if: steps.cached_packages.outputs.cache-hit != 'true' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: msi_artifacts path: "${{ env.PACKAGING_ROOT }}" diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index 04c4ebc70..4f6d049d0 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -195,7 +195,7 @@ jobs: - name: Download built artifacts if: ${{ needs.changes.outputs.changed == 'true' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binary_artifacts path: build diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 3e1ad10f1..db3922e47 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -216,7 +216,7 @@ jobs: run: pip install Jinja2 - name: get all artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index d3e7a8588..fc8d3ce35 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -322,7 +322,7 @@ jobs: aws-secret-access-key: ${{ secrets.RELEASE_CN_SECRET }} aws-region: cn-north-1 - name: Download versions artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ matrix.type }}-versions path: ${{ env.SSM_ARTIFACT_ROOT }}