Skip to content

Commit

Permalink
BUILD-1663 Update to release action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
drautureau-sonarsource authored and Pierre Guillot committed Jun 14, 2022
1 parent 90314cc commit da1a5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ 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: ${{ github.event.inputs.buildNumber }}
remote-repo: 'sonarsource-helm'
@@ -48,7 +48,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Release to GitHub
uses: SonarSource/gh-action_release/helm-index@v3
uses: SonarSource/gh-action_release/helm-index@v4
env:
CR_TOKEN: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
with:

0 comments on commit da1a5fb

Please sign in to comment.