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.
1 parent adcd952 commit aac3269Copy full SHA for aac3269
.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@v5
+ uses: dawidd6/action-download-artifact@v6
76
with:
77
workflow: preview-and-release.yml
78
workflow_conclusion: success
0 commit comments