We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59d669c + 0ba5791 commit e94bacbCopy full SHA for e94bacb
.github/workflows/gradle-build.yml
@@ -106,7 +106,7 @@ jobs:
106
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
108
- name: Download Last Successful Build
109
- uses: dawidd6/action-download-artifact@v6
+ uses: dawidd6/action-download-artifact@v7
110
with:
111
workflow: preview-and-release.yml
112
workflow_conclusion: success
0 commit comments