Skip to content

Commit 3ae5228

Browse files
chore(deps): bump dawidd6/action-download-artifact from 6 to 7
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e1a3c8 commit 3ae5228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104104
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
105105
- name: Download Last Successful Build
106-
uses: dawidd6/action-download-artifact@v6
106+
uses: dawidd6/action-download-artifact@v7
107107
with:
108108
workflow: preview-and-release.yml
109109
workflow_conclusion: success

0 commit comments

Comments
 (0)