From de2fb83e6be5b063719fff38c13c3eafea5962cf Mon Sep 17 00:00:00 2001 From: SriHV <123635670+SriHV@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:15:45 +0100 Subject: [PATCH] Updated version no (#3334) Co-authored-by: Alessio Venturini <112873190+alessioventuriniAND@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c62e1bc34b..139385b57e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Zip templates run: zip -r templates.zip templates/* - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: templates.zip env: