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