Skip to content

Commit

Permalink
cicd: use the fixed version of artifact upload action to avoid http 4…
Browse files Browse the repository at this point in the history
…04 error (#1190)

See https://github.com/konveyor/move2kube/actions/runs/10047005376/job/27769138341#step:8:44

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
  • Loading branch information
HarikrishnanBalagopal authored Jul 23, 2024
1 parent 8e839f1 commit c1a0f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
go-version: ${{ steps.info.outputs.go_version }}
- run: VERSION='${{ github.event.inputs.tag }}' make dist
- name: upload release assets
uses: konveyor/move2kube-upload-release-action@v3
uses: konveyor/move2kube-upload-release-action@v3.0.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit c1a0f8a

Please sign in to comment.