We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90314cc commit da1a5fbCopy full SHA for da1a5fb
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
id: local_repo
31
run: echo ::set-output name=dir::"$(mktemp -d repo.XXXXXXXX)"
32
- name: Download Artifacts
33
- uses: SonarSource/gh-action_release/download-build@v3
+ uses: SonarSource/gh-action_release/download-build@v4
34
with:
35
build-number: ${{ github.event.inputs.buildNumber }}
36
remote-repo: 'sonarsource-helm'
@@ -48,7 +48,7 @@ jobs:
48
git config user.name "$GITHUB_ACTOR"
49
git config user.email "[email protected]"
50
- name: Release to GitHub
51
- uses: SonarSource/gh-action_release/helm-index@v3
+ uses: SonarSource/gh-action_release/helm-index@v4
52
env:
53
CR_TOKEN: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
54
0 commit comments