Skip to content

Commit ed136be

Browse files
committed
publish
1 parent 8b75e76 commit ed136be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.GPG_SIGNING_PASSPHRASE }}
3535

3636
- name: Upload Build Artifacts
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: 'release-artifacts'
4040
path: '~/.m2/repository/'

.github/workflows/publish-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ORG_GRADLE_PROJECT_USE_SNAPSHOT: true
3636

3737
- name: Upload Build Artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: 'snapshot-artifacts'
4141
path: '~/.m2/repository/'

0 commit comments

Comments
 (0)