Skip to content

Commit

Permalink
Merge pull request #3 from liquibase/dependabot-github_actions-robinr…
Browse files Browse the repository at this point in the history
…aju-release-downloader-1.8

chore(deps): bump robinraju/release-downloader from 1.6 to 1.8
  • Loading branch information
jandroav authored Sep 12, 2023
2 parents 40a587b + 4ef841d commit 0050a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.6
uses: robinraju/release-downloader@v1.8
with:
tag: "${{ github.event.release.tag_name }}"
filename: "${{ env.artifact_id }}-*"
Expand Down

0 comments on commit 0050a83

Please sign in to comment.