diff --git a/.github/workflows/spring-artifactory-maven-release-staging.yml b/.github/workflows/spring-artifactory-maven-release-staging.yml index a59ce65..107966f 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.3 + uses: spring-io/artifactory-deploy-action@v0.0.4 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 9e25432..37ab943 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.3 + uses: spring-io/artifactory-deploy-action@v0.0.4 with: uri: ${{ inputs.artifactoryUrl }} project: ${{ inputs.artifactoryProjectKey }}