We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b75e76 commit ed136beCopy full SHA for ed136be
2 files changed
.github/workflows/publish-release.yaml
@@ -34,7 +34,7 @@ jobs:
34
ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.GPG_SIGNING_PASSPHRASE }}
35
36
- name: Upload Build Artifacts
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
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