Skip to content

Commit

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

Bump robinraju/release-downloader from 1.6 to 1.8
  • Loading branch information
jnewton03 authored Oct 3, 2023
2 parents 681acdf + a2df14f commit ece47ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
uses: robinraju/release-downloader@v1.8
with:
tag: "${{ github.event.release.tag_name }}"
filename: "${{ env.artifact_id }}-*"
Expand Down

0 comments on commit ece47ed

Please sign in to comment.