diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 5d53cfbc..65206389 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.8 + uses: robinraju/release-downloader@v1.9 with: tag: "${{ github.event.release.tag_name }}" filename: "liquibase-${{ matrix.artifact.name }}-*"