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 2a7ab3e + 6ae0cc6 commit ac37a58Copy full SHA for ac37a58
.github/workflows/gradle-build.yml
@@ -72,7 +72,7 @@ jobs:
72
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
74
- name: Download Last Successful Build
75
- uses: dawidd6/action-download-artifact@v4
+ uses: dawidd6/action-download-artifact@v5
76
with:
77
workflow: preview-and-release.yml
78
workflow_conclusion: success
0 commit comments