Skip to content

Commit 86b9827

Browse files
Update actions/upload-artifact action to v5
1 parent 11dcd77 commit 86b9827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.ORG_GRADLE_PROJECT_SIGNING_PWD }}
3535

3636
- name: Upload Build Artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
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@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: 'snapshot-artifacts'
4141
path: '~/.m2/repository/'

0 commit comments

Comments
 (0)