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 ba24979 commit d9f5237Copy full SHA for d9f5237
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
run: ./gradlew publish -PrepoKey=${{ steps.publish_vars.outputs.repo }} -PrepoUser=ci -PrepoPassword=${{ secrets.ARTIFACTORY_PASSWORD }}
69
70
- name: Download changelog
71
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
72
with:
73
name: changelog
74
0 commit comments