From c5f6cc0c3f1a3cb33ae7e53d2708ed7baf5e2703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Wed, 11 Jan 2023 12:10:39 +0100 Subject: [PATCH] Update gha get-release action to fix it on new macOS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86a9ce1d..04c93efa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,7 +281,7 @@ jobs: - name: Get release if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') id: get_release - uses: karliss/get-release@23b8b7144dd5b0c9d6942b2fb78bd9ae71546d03 + uses: rizinorg/gha-get-release@c8074dd5d13ddd0a194d8c9205a1466973c7dc0d env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release assets