From e4a4299e576d1ec9630a176eb0059f9ca9b02dee Mon Sep 17 00:00:00 2001 From: Laxla <127752744+LaylaMeower@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:21:39 +0200 Subject: [PATCH] Fixed root.yml --- .github/workflows/root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 6ba0aae..0dd4029 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -48,7 +48,7 @@ jobs: fi - name: Release artifacts - uses: marvinpinto/action-automatic-releases@v1 + uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} prerelease: false