diff --git a/.github/workflows/spring-artifactory-maven-release-staging.yml b/.github/workflows/spring-artifactory-maven-release-staging.yml index 1b229bd..a59ce65 100644 --- a/.github/workflows/spring-artifactory-maven-release-staging.yml +++ b/.github/workflows/spring-artifactory-maven-release-staging.yml @@ -108,7 +108,7 @@ jobs: retention-days: 3 - name: Publish - uses: spring-io/artifactory-deploy-action@v0.0.2 + uses: spring-io/artifactory-deploy-action@v0.0.3 with: uri: ${{ inputs.artifactoryUrl }} project: ${{ inputs.artifactoryProjectKey }} diff --git a/.github/workflows/spring-artifactory-maven-snapshot.yml b/.github/workflows/spring-artifactory-maven-snapshot.yml index 636d5c6..9e25432 100644 --- a/.github/workflows/spring-artifactory-maven-snapshot.yml +++ b/.github/workflows/spring-artifactory-maven-snapshot.yml @@ -82,7 +82,7 @@ jobs: echo "::notice title=Artifactory Build Name & Number::$buildName/$buildNumber" - name: Publish - uses: spring-io/artifactory-deploy-action@v0.0.2 + uses: spring-io/artifactory-deploy-action@v0.0.3 with: uri: ${{ inputs.artifactoryUrl }} project: ${{ inputs.artifactoryProjectKey }}