From e99dfd283e5c774589b896717d83d5f1445d7eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:24:49 +0000 Subject: [PATCH] chore(deps): bump robinraju/release-downloader from 1.9 to 1.11 Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.9 to 1.11. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.9...v1.11) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/extension-release-published.yml | 4 ++-- .github/workflows/pom-release-published.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/extension-release-published.yml b/.github/workflows/extension-release-published.yml index b744cdf6..6f0206c3 100644 --- a/.github/workflows/extension-release-published.yml +++ b/.github/workflows/extension-release-published.yml @@ -150,7 +150,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.9 + uses: robinraju/release-downloader@v1.11 with: tag: "${{ github.event.release.tag_name }}" filename: "${{ env.artifact_id }}-*" @@ -257,7 +257,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.9 + uses: robinraju/release-downloader@v1.11 with: releaseId: "${{ inputs.dry_run_release_id }}" filename: "${{ env.artifact_id }}-*" diff --git a/.github/workflows/pom-release-published.yml b/.github/workflows/pom-release-published.yml index eab2b660..95bdd886 100644 --- a/.github/workflows/pom-release-published.yml +++ b/.github/workflows/pom-release-published.yml @@ -42,7 +42,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.9 + uses: robinraju/release-downloader@v1.11 with: tag: "${{ github.event.release.tag_name }}" filename: "${{ env.artifact_id }}-*"