From b2582d0c0433c8bf2ca7c5db26923407653ea0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:01:04 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/git-release.yml | 2 +- .github/workflows/gradle-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-release.yml b/.github/workflows/git-release.yml index 58cade0793e..abfb935d1f6 100644 --- a/.github/workflows/git-release.yml +++ b/.github/workflows/git-release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download Build Artifact - uses: dawidd6/action-download-artifact@v3.1.1 + uses: dawidd6/action-download-artifact@v3.1.2 with: workflow: preview-and-release.yml workflow_conclusion: success diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 4a5ede3945b..42a7e462815 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -74,7 +74,7 @@ jobs: name: drop path: artifacts/current/ - name: Download Last Successful Build - uses: dawidd6/action-download-artifact@v3.1.1 + uses: dawidd6/action-download-artifact@v3.1.2 with: workflow: preview-and-release.yml workflow_conclusion: success