From 2b59c28d5881ba7c0f0487ff830abb3af5012945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:40:26 +0000 Subject: [PATCH] chore(deps): bump robinraju/release-downloader from 1.10 to 1.11 Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.10 to 1.11. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.10...v1.11) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- .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 a1084557..41fc825f 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -51,7 +51,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.10 + uses: robinraju/release-downloader@v1.11 with: tag: "${{ github.event.release.tag_name }}" filename: "liquibase-${{ matrix.artifact.name }}-*"