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 e154723 commit dbc8e12Copy full SHA for dbc8e12
.github/workflows/publish.yml
@@ -90,7 +90,7 @@ jobs:
90
echo -en "\n[https://central.sonatype.com/artifact/$GROUP/$NAME/$VERSION](https://central.sonatype.com/artifact/$GROUP/$NAME/$VERSION)" >> $CHANGELOG_PATH
91
echo "CHANGELOG_PATH=$CHANGELOG_PATH" >> $GITHUB_ENV
92
- name: Download artifacts from publish job
93
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
94
with:
95
name: maven-artifacts
96
path: ./artifacts
0 commit comments