From 7449bea2e3693d487e4c17b5147189fa021e6bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:27:42 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd8bb3b..a961c4f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,12 +223,12 @@ jobs: - uses: actions/checkout@v4 - uses: ./tests/support/test_server/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: liveview_native_core.xcframework path: ./target/uniffi/swift/liveview_native_core.xcframework - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: LiveViewNativeCore-Source path: ./crates/core/liveview-native-core-swift/Sources/LiveViewNativeCore @@ -288,15 +288,15 @@ jobs: - integration_tests steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: LiveViewNativeCore-Source path: ./crates/core/liveview-native-core-swift/Sources/LiveViewNativeCore - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: swift-lcov.info - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: rust-lcov.info diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be6f324f..8fdd8b91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: with: toolchain: ${{ env.TOOLCHAIN }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: liveview_native_core.xcframework.zip path: ./target/uniffi/swift/ @@ -168,16 +168,16 @@ jobs: run: | cargo make --profile release uniffi-swift-package - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: liveview_native_core.xcframework.zip path: ./target/uniffi/swift/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: liveview-native-core-wasm-web path: ./crates/wasm/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: liveview-native-core-wasm-nodejs path: ./crates/wasm/