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