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 }}-*"