diff --git a/.github/workflows/c-create-release.yaml b/.github/workflows/c-create-release.yaml index a2523029..c8a5ba56 100644 --- a/.github/workflows/c-create-release.yaml +++ b/.github/workflows/c-create-release.yaml @@ -30,6 +30,7 @@ jobs: - uses: actions/download-artifact@v4 id: download-artifact with: + name: kubescape path: . # TODO: kubescape-windows-latest is deprecated and should be removed diff --git a/.github/workflows/d-publish-image.yaml b/.github/workflows/d-publish-image.yaml index aee00422..a17270e5 100644 --- a/.github/workflows/d-publish-image.yaml +++ b/.github/workflows/d-publish-image.yaml @@ -74,6 +74,7 @@ jobs: - uses: actions/download-artifact@v4 id: download-artifact with: + name: kubescape path: . - name: mv kubescape amd64 binary run: mv ${{steps.download-artifact.outputs.download-path}}/kubescape/kubescape-ubuntu-latest kubescape-amd64-ubuntu-latest