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 83ee893 commit d4e7c25Copy full SHA for d4e7c25
.github/workflows/publish-release.yaml
@@ -34,7 +34,7 @@ jobs:
34
ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }}
35
36
- name: Upload Build Artifacts
37
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
38
with:
39
name: 'release-artifacts'
40
path: '~/.m2/repository/'
.github/workflows/publish-snapshot.yaml
@@ -35,7 +35,7 @@ jobs:
ORG_GRADLE_PROJECT_USE_SNAPSHOT: true
name: 'snapshot-artifacts'
41
0 commit comments