diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c71a458..b78af2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,6 @@ jobs: git archive --format=tar.gz --output=dist/3xui-shop-${{ github.ref_name }}.tar.gz ${{ github.ref }} - name: Upload archive to release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/3xui-shop-${{ github.ref_name }}.tar.gz