Skip to content

Commit da1a5fb

Browse files
drautureau-sonarsourcePierre Guillot
authored andcommitted
BUILD-1663 Update to release action v4
1 parent 90314cc commit da1a5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: local_repo
3131
run: echo ::set-output name=dir::"$(mktemp -d repo.XXXXXXXX)"
3232
- name: Download Artifacts
33-
uses: SonarSource/gh-action_release/download-build@v3
33+
uses: SonarSource/gh-action_release/download-build@v4
3434
with:
3535
build-number: ${{ github.event.inputs.buildNumber }}
3636
remote-repo: 'sonarsource-helm'
@@ -48,7 +48,7 @@ jobs:
4848
git config user.name "$GITHUB_ACTOR"
4949
git config user.email "[email protected]"
5050
- name: Release to GitHub
51-
uses: SonarSource/gh-action_release/helm-index@v3
51+
uses: SonarSource/gh-action_release/helm-index@v4
5252
env:
5353
CR_TOKEN: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
5454
with:

0 commit comments

Comments
 (0)