From e2edaa790ce14d6c43fbf039bd178c9b7ffbffa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:27:04 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 938e2a5b90d..fc8517f5b8f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -462,7 +462,7 @@ jobs: distribution: liberica java-version: 17 - name: "📥 Download Wrapper" - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.1 with: name: apache-grails-wrapper-SNAPSHOT-bin path: wrapper