From 0996514f9c5674104200fe8bf48bd926bfdb59cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Fri, 15 Mar 2024 13:29:16 +0100 Subject: [PATCH] Update softprops/action-gh-release to v2 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index f8b3158..56ecaf2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -97,7 +97,7 @@ jobs: with: name: Release Notes - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Version ${{ github.ref_name }} body_path: ReleaseNotes.md