Skip to content

Commit 1aac840

Browse files
authored
Merge pull request #60 from OneSignal/user-api-updates
chore: use upload-artifact@v4 in publish to maven central action
2 parents 3b4da06 + cce80aa commit 1aac840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
-Psigning.secretKeyRingFile="${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}"
6060
6161
- name: Upload build artifacts
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
if: always()
6464
with:
6565
name: build-artifacts

0 commit comments

Comments
 (0)