Try 0.0.5-SNAPSHOT of the Artifactory deploy action

Try 0.0.5-SNAPSHOT of the Artifactory deploy action to see if it
resolves the problem with GOAWAY responses from repo.spring.io.
This commit is contained in:
Andy Wilkinson
2026-09-02 08:46:13 +01:00
parent 116f3a27ea
commit 0d75136ee5
@@ -28,7 +28,7 @@ jobs:
gradle-cache-read-only: false
publish: true
- name: Deploy
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
uses: spring-io/artifactory-deploy-action@b9b6798c598707173e2c50678797d346e2363598 # 0.0.5-SNAPSHOT
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.2.x') || format('spring-boot-{0}', '4.2.x') }}
folder: 'deployment-repository'