From 4ffcb96f6f30a141106428da2ba5189c9ea36105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:59:47 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/create_release.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5f98e623..b84cd2744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: run: rustup show - uses: Swatinem/rust-cache@v2.2.0 - name: Download RUST FFI bindings - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: rust_bridge_generated path: mobile/native/src/bridge_generated @@ -102,12 +102,12 @@ jobs: cache-key: flutter-${{ env.FLUTTER_VERSION }} cache-path: ${{ runner.tool_cache }}/flutter - name: Download Dart mocks directory - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dart_mocks_generated path: mobile/test - name: Download Dart bridge_generated directory - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dart_bridge_generated path: mobile/lib/bridge_generated @@ -135,7 +135,7 @@ jobs: cache-key: flutter-${{ env.FLUTTER_VERSION }} cache-path: ${{ runner.tool_cache }}/flutter - name: Download Rust generated FFI flutter bindings - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: rust_bridge_generated path: mobile/native/src/bridge_generated @@ -143,7 +143,7 @@ jobs: run: RUST_BACKTRACE=1 cargo test # Flutter tests run `build_runner`, so no need to download mocks - name: Download Dart bridge_generated directory - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dart_bridge_generated path: mobile/lib/bridge_generated @@ -212,7 +212,7 @@ jobs: target/debug/coordinator key: test-cache-${{ github.run_id }}-${{ github.run_number }} - name: Download RUST FFI bindings - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: rust_bridge_generated path: mobile/native/src/bridge_generated @@ -333,7 +333,7 @@ jobs: run: rustup show - uses: Swatinem/rust-cache@v2.2.0 - name: Download RUST FFI bindings - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: rust_bridge_generated path: mobile/native/src/bridge_generated diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index c1c9a4882..2dd46c0c5 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -21,7 +21,7 @@ jobs: print(f"::set-output name=version::{version}") - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.build.outputs.ANDROID_APK_NAME }}