From 66cb2c522da2c1a1fa435d7ab40bc0f3345570b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:02 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8a7c4c9..3ac9797 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -57,12 +57,12 @@ jobs: with: java-version: 1.8 - name: Download gradle.properties - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: properties path: ./ - name: Download Build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Grant execute permission for gradlew @@ -83,12 +83,12 @@ jobs: with: java-version: 1.8 - name: Download gradle.properties - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: properties path: ./ - name: Download Build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Grant execute permission for gradlew