Upgrade jfrog cli
This commit is contained in:
4
.github/workflows/central-sync-create.yml
vendored
4
.github/workflows/central-sync-create.yml
vendored
@@ -19,9 +19,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Setup jfrog cli
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v4
|
||||
with:
|
||||
version: 2.39.1
|
||||
version: 2.52.10
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
|
||||
|
||||
12
.github/workflows/release-ga.yml
vendored
12
.github/workflows/release-ga.yml
vendored
@@ -22,9 +22,9 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v4
|
||||
with:
|
||||
version: 2.39.1
|
||||
version: 2.52.10
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
# prepare env for cli to get a staging build working
|
||||
@@ -83,9 +83,9 @@ jobs:
|
||||
steps:
|
||||
# need repo to push release branch and a tag
|
||||
- uses: actions/checkout@v2
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v4
|
||||
with:
|
||||
version: 2.39.1
|
||||
version: 2.52.10
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
# prepare env for cli to promote
|
||||
@@ -178,9 +178,9 @@ jobs:
|
||||
steps:
|
||||
# need repo for spec file
|
||||
- uses: actions/checkout@v2
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v4
|
||||
with:
|
||||
version: 2.39.1
|
||||
version: 2.52.10
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
# prepare env for cli do download released files
|
||||
|
||||
8
.github/workflows/release-milestone.yml
vendored
8
.github/workflows/release-milestone.yml
vendored
@@ -26,9 +26,9 @@ jobs:
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v4
|
||||
with:
|
||||
version: 2.39.1
|
||||
version: 2.52.10
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
# prepare env for cli to get a staging build working
|
||||
@@ -87,9 +87,9 @@ jobs:
|
||||
steps:
|
||||
# need repo to push release branch and a tag
|
||||
- uses: actions/checkout@v2
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v4
|
||||
with:
|
||||
version: 2.39.1
|
||||
version: 2.52.10
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
# prepare env for cli to promote
|
||||
|
||||
Reference in New Issue
Block a user