From 16dec60d073a53ef6f61e54e3e5c86d30459c8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:25:07 +0000 Subject: [PATCH] build(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/mobile-perf.yml | 4 ++-- .github/workflows/mobile_release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mobile-perf.yml b/.github/workflows/mobile-perf.yml index 754097c2b0aa..532c38afcc42 100644 --- a/.github/workflows/mobile-perf.yml +++ b/.github/workflows/mobile-perf.yml @@ -79,11 +79,11 @@ jobs: image: ${{ needs.env.outputs.build_image_ubuntu }} steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: sizecurrent path: dist/sizecurrent - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: sizemain path: dist/sizemain diff --git a/.github/workflows/mobile_release.yml b/.github/workflows/mobile_release.yml index aaecefb138b6..e7877acd3bfa 100644 --- a/.github/workflows/mobile_release.yml +++ b/.github/workflows/mobile_release.yml @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - name: Add safe directory run: git config --global --add safe.directory /__w/envoy/envoy - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: envoy_android_aar_sources path: .