diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fe096cffdc..08bbb0bac1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -279,7 +279,7 @@ jobs: mv "${{ steps.extract-ee.outputs.destination }}/windmill" "${{ steps.extract-ee.outputs.destination }}/windmill-ee-${ARCH}" - name: Attach binary to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | ${{ steps.extract.outputs.destination }}/* @@ -323,7 +323,7 @@ jobs: # mv "${{ steps.extract-ee.outputs.destination }}/windmill" "${{ steps.extract-ee.outputs.destination }}/windmill-ee-${ARCH}" # - name: Attach binary to release - # uses: softprops/action-gh-release@v1 + # uses: softprops/action-gh-release@v2 # with: # files: | # ${{ steps.extract.outputs.destination }}/*