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 4571d85 commit b7fb9b4Copy full SHA for b7fb9b4
1 file changed
.github/workflows/maven.yml
@@ -58,7 +58,7 @@ jobs:
58
echo PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout) >> $GITHUB_ENV
59
60
- name: Upload artifacts
61
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: latest-plugin-jar
64
path: ${{ env.JAR_FILE_NAME }}
0 commit comments