diff --git a/.github/workflows/spring-artifactory-maven-release-staging.yml b/.github/workflows/spring-artifactory-maven-release-staging.yml index ec7922d..40e679f 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.1 + uses: spring-io/artifactory-deploy-action@v0.0.2 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 000f6ef..2db5e98 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.1 + uses: spring-io/artifactory-deploy-action@v0.0.2 with: uri: ${{ inputs.artifactoryUrl }} project: ${{ inputs.artifactoryProjectKey }}