Skip to content

Commit eb4195d

Browse files
committed
Upgrade to Artifactory Deploy Action 0.0.3
Closes gh-1004
1 parent 18b2ca0 commit eb4195d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gradle-cache-read-only: false
2424
publish: true
2525
- name: Deploy
26-
uses: spring-io/artifactory-deploy-action@af8daec8d5b121d54c2680d78686ed3036ea4ef7 # v0.0.3-SNAPSHOT
26+
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
2727
with:
2828
artifact-properties: |
2929
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gradle-cache-read-only: false
2424
publish: true
2525
- name: Stage Release
26-
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
26+
uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
2727
with:
2828
artifact-properties: |
2929
/**/spring-restdocs-*.zip::zip.type=docs,zip.deployed=false

0 commit comments

Comments
 (0)