From 90ae67164e8cdc4eccefb9a7bf6f03bb1e56b664 Mon Sep 17 00:00:00 2001 From: "d.amsallem" Date: Fri, 13 Feb 2026 16:33:58 +0100 Subject: [PATCH] Replace release action by softprops/action-gh-release Following repo settings changes, old action is not whitelisted, new one is. --- .github/workflows/releases.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index d9c685f..cda768d 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -27,7 +27,9 @@ jobs: - name: Build run: make all - name: Upload - uses: fnkr/github-action-ghr@v1 + uses: softprops/action-gh-release@v1 + with: + files: bin/manager env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GHR_PATH: bin/manager