From cee716897647bdf53188e09a5e1b82a793a2faaf Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 17 Mar 2024 20:55:44 +0100 Subject: [PATCH] Update softprops/action-gh-release --- .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 dc1b28a..8e33c95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/download-artifact@v4 - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: