Skip to content

Commit

Permalink
Update GitHub actions release flow to v4 (#206)
Browse files Browse the repository at this point in the history
* Update GitHub actions release flow to v4

* Update GitHub actions release flow to v4- address comment
  • Loading branch information
roberto-orlandi-sonarsource committed Jan 24, 2022
1 parent 72d2ff7 commit 963bdc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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:
Expand Down

0 comments on commit 963bdc9

Please sign in to comment.