From e619c6c06ca396297f9cb5e15dffa353b16d8a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:02:50 +0000 Subject: [PATCH] Bump spring-io/artifactory-deploy-action from 0.0.3 to 0.0.4 Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases) - [Commits](https://github.com/spring-io/artifactory-deploy-action/compare/v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: spring-io/artifactory-deploy-action dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spring-artifactory-maven-release-staging.yml | 2 +- .github/workflows/spring-artifactory-maven-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}