From 963bdc9f051f5dcb698b418790364231aeea04f2 Mon Sep 17 00:00:00 2001 From: Roberto Orlandi <71495874+roberto-orlandi-sonarsource@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:47:58 +0100 Subject: [PATCH] Update GitHub actions release flow to v4 (#206) * Update GitHub actions release flow to v4 * Update GitHub actions release flow to v4- address comment --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40fa278ed..afee25f5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: RELEASE_SSH_KEY: ${{ secrets.RELEASE_SSH_KEY }} SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN }} # Put your action repo here - uses: SonarSource/gh-action_release/main@v3 + uses: SonarSource/gh-action_release/main@v4 - name: Check outputs if: always() @@ -59,14 +59,14 @@ jobs: id: local_repo run: echo ::set-output name=dir::"$(mktemp -d repo.XXXXXXXX)" - name: Download Artifacts - uses: SonarSource/gh-action_release/download-build@v3 + uses: SonarSource/gh-action_release/download-build@v4 with: build-number: ${{ steps.get_version.outputs.build }} local-repo-dir: ${{ steps.local_repo.outputs.dir }} - name: Maven Central Sync id: maven-central-sync continue-on-error: true - uses: SonarSource/gh-action_release/maven-central-sync@v3 + uses: SonarSource/gh-action_release/maven-central-sync@v4 with: local-repo-dir: ${{ steps.local_repo.outputs.dir }} env: