File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 RELEASE_SSH_USER : ${{ secrets.RELEASE_SSH_USER }}
3131 RELEASE_SSH_KEY : ${{ secrets.RELEASE_SSH_KEY }}
3232 SLACK_API_TOKEN : ${{secrets.SLACK_API_TOKEN }}
33- uses : SonarSource/gh-action_release/main@v3
33+ uses : SonarSource/gh-action_release/main@v4
3434
3535 - name : Release action results
3636 if : always()
@@ -58,14 +58,14 @@ jobs:
5858 id : local_repo
5959 run : echo ::set-output name=dir::"$(mktemp -d repo.XXXXXXXX)"
6060 - name : Download Artifacts
61- uses : SonarSource/gh-action_release/download-build@v3
61+ uses : SonarSource/gh-action_release/download-build@v4
6262 with :
6363 build-number : ${{ steps.get_version.outputs.build }}
6464 local-repo-dir : ${{ steps.local_repo.outputs.dir }}
6565 - name : Maven Central Sync
6666 id : maven-central-sync
6767 continue-on-error : true
68- uses : SonarSource/gh-action_release/maven-central-sync@v3
68+ uses : SonarSource/gh-action_release/maven-central-sync@v4
6969 with :
7070 local-repo-dir : ${{ steps.local_repo.outputs.dir }}
7171 env :
You can’t perform that action at this time.
0 commit comments