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