Skip to content

Commit a5fcb68

Browse files
committed
Upgrade to setup-jfrog-cli@v5
Apparently the `v4.10.0` tag was removed
1 parent 3f97989 commit a5fcb68

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/spring-artifactory-deploy-to-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
show-progress: false
6363
ref: ${{ env.WORKFLOWS_REF }}
6464

65-
- uses: jfrog/setup-jfrog-cli@v4.10.0
65+
- uses: jfrog/setup-jfrog-cli@v5
6666

6767
- name: Download Release Files
6868
id: download-release-files

.github/workflows/spring-artifactory-promote-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ inputs.runner }}
4040
steps:
4141

42-
- uses: jfrog/setup-jfrog-cli@v4.10.0
42+
- uses: jfrog/setup-jfrog-cli@v5
4343

4444
- name: Promote Build
4545
run: jfrog rt build-promote ${{ inputs.buildName }} ${{ inputs.buildNumber }} ${{ inputs.targetRepository }} --project=${{ inputs.artifactoryProjectKey }}

samples/verify-staged-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- uses: jfrog/setup-jfrog-cli@v4.10.0
16+
- uses: jfrog/setup-jfrog-cli@v5
1717
env:
1818
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
1919

0 commit comments

Comments
 (0)