Upgrade to Artifactory Deploy Action 0.0.4

Closes gh-47936
This commit is contained in:
Andy Wilkinson
2025-11-04 11:40:07 +00:00
parent bb4d65499f
commit 0a847d2ce3
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ jobs:
gradle-cache-read-only: false
publish: true
- name: Deploy
uses: spring-io/artifactory-deploy-action@98413f56596824690f670a8cd1534594a05278c5 # v0.0.4-SNAPSHOT
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', github.ref_name) || format('spring-boot-{0}', github.ref_name) }}
folder: 'deployment-repository'
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
gradle-cache-read-only: false
publish: true
- name: Stage Release
uses: spring-io/artifactory-deploy-action@98413f56596824690f670a8cd1534594a05278c5 # v0.0.4-SNAPSHOT
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', steps.build-and-publish.outputs.version) || format('spring-boot-{0}', steps.build-and-publish.outputs.version) }}
folder: 'deployment-repository'