Update configure-jfrog.sh to use setup-jfrog-cli@v3

This commit is contained in:
Corneil du Plessis
2024-11-15 10:49:42 +02:00
parent 086175795d
commit b11f1470e6

View File

@@ -725,7 +725,7 @@ jobs:
echo "::info ::$MESSAGE"
fi
popd > /dev/null
- uses: jfrog/setup-jfrog-cli@v4
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ACCESS_TOKEN: ${{ secrets.JF_ARTIFACTORY_SPRING }}