From d974e3905a310ce4dbe0b6aabc399083fbc33d3c Mon Sep 17 00:00:00 2001 From: koplo199 <85577251+koplo199@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:48:10 +0100 Subject: [PATCH] Use upstream action-gh-release --- .github/workflows/pull-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-components.yml b/.github/workflows/pull-components.yml index 4b053eea..8f5e1136 100644 --- a/.github/workflows/pull-components.yml +++ b/.github/workflows/pull-components.yml @@ -147,7 +147,7 @@ jobs: - name: Upload component archive id: upload-component - uses: bottlesdevs/action-gh-release@master + uses: softprops/action-gh-release@v1 if: env.UPLOAD_FILE != '' with: tag_name: "${{ env.NAME }}"