From 665eabf4e1c613de68bc58013798384d4643083e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:52:27 +0000 Subject: [PATCH] chore(actions): Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/platform-natives.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cdaa2e..b9cc95f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/setup-build-env - name: Assemble bundled platform resources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: zstd-* path: platforms/src/main/resources diff --git a/.github/workflows/platform-natives.yml b/.github/workflows/platform-natives.yml index b203e4a..657142a 100644 --- a/.github/workflows/platform-natives.yml +++ b/.github/workflows/platform-natives.yml @@ -102,7 +102,7 @@ jobs: uses: gradle/actions/setup-gradle@v6 - name: Assemble bundled platform resources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: zstd-* path: platforms/src/main/resources diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ea0132..22f1652 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: uses: ./.github/actions/setup-build-env - name: Assemble bundled platform resources - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: zstd-* path: platforms/src/main/resources