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 8c1a21f + c5a6b94 commit 36b0ad0Copy full SHA for 36b0ad0
.github/workflows/gradle-build.yml
@@ -109,7 +109,7 @@ jobs:
109
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
111
- name: Download Last Successful Build
112
- uses: dawidd6/action-download-artifact@v10
+ uses: dawidd6/action-download-artifact@v11
113
with:
114
workflow: preview-and-release.yml
115
workflow_conclusion: success
0 commit comments