From c1a0f8a4db1014370e39d15a27a022a019e0e9c6 Mon Sep 17 00:00:00 2001 From: Hari Date: Tue, 23 Jul 2024 16:45:05 +0530 Subject: [PATCH] cicd: use the fixed version of artifact upload action to avoid http 404 error (#1190) See https://github.com/konveyor/move2kube/actions/runs/10047005376/job/27769138341#step:8:44 Signed-off-by: Harikrishnan Balagopal --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f5b2d63..678b73e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}