From edf7c07d12a31f6c2dce265e836f0bdd3b1c0c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:21:01 +0000 Subject: [PATCH] chore(deps): bump robinraju/release-downloader from 1.6 to 1.8 Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.6 to 1.8. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.6...v1.8) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-published.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 217a666..aae25ed 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -40,7 +40,7 @@ jobs: run: echo "artifact_id=$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)" >> $GITHUB_ENV - name: Download Release Artifacts - uses: robinraju/release-downloader@v1.6 + uses: robinraju/release-downloader@v1.8 with: tag: "${{ github.event.release.tag_name }}" filename: "${{ env.artifact_id }}-*"