diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f7ac4040f..5306edfa60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Deploy to repo.spring.io if: ${{ matrix.runner.deploy-snapshots }} - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3 with: uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8718aa7066..7a7f19f2df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: echo "Version is $version" echo "version=$version" >> $GITHUB_OUTPUT - name: Stage Release - uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2 + uses: spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3 with: build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}} folder: 'maven-repo'