From b1d5372da9006c55ef9ee22f19e166460990c670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:38:09 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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..aabd04ac 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@v6 with: name: liveview_native_core.xcframework path: ./target/uniffi/swift/liveview_native_core.xcframework - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 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@v6 with: name: LiveViewNativeCore-Source path: ./crates/core/liveview-native-core-swift/Sources/LiveViewNativeCore - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: swift-lcov.info - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: rust-lcov.info diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be6f324f..b7601e76 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@v6 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@v6 with: name: liveview_native_core.xcframework.zip path: ./target/uniffi/swift/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: liveview-native-core-wasm-web path: ./crates/wasm/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: liveview-native-core-wasm-nodejs path: ./crates/wasm/