Skip to content

Commit f7f339f

Browse files
authored
Merge pull request #678 from liquibase/dependabot/github_actions/robinraju/release-downloader-1.10
chore(deps): bump robinraju/release-downloader from 1.9 to 1.10
2 parents e81d38e + 1cdb9f0 commit f7f339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-published.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: echo "artifact_id=$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)" >> $GITHUB_ENV
5252

5353
- name: Download Release Artifacts
54-
uses: robinraju/release-downloader@v1.9
54+
uses: robinraju/release-downloader@v1.10
5555
with:
5656
tag: "${{ github.event.release.tag_name }}"
5757
filename: "liquibase-${{ matrix.artifact.name }}-*"

0 commit comments

Comments
 (0)