Skip to content

Commit

Permalink
Upgrade jfrog cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Mar 19, 2024
1 parent 4c40fcb commit 9cce18b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/central-sync-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9cce18b

Please sign in to comment.