From a133c79bc5be13dd8cacc268ce631038f6ed50fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:04:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/gh-pages.yml | 2 +- .github/workflows/gradle-build.yml | 2 +- .github/workflows/test-java-os-mix.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 18312412..180b11a4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -59,7 +59,7 @@ jobs: java-version: 17 - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts path: . diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 3e0d266a..44a99733 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v5 - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts path: . diff --git a/.github/workflows/test-java-os-mix.yml b/.github/workflows/test-java-os-mix.yml index 5ad496cb..ef08183c 100644 --- a/.github/workflows/test-java-os-mix.yml +++ b/.github/workflows/test-java-os-mix.yml @@ -56,7 +56,7 @@ jobs: java-version: ${{ matrix.java-version }} - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts path: .